Revert "test: test lint-action (wordt gerevert)"

This reverts commit 50ccf00777.
This commit is contained in:
Timo De Meyst 2025-02-28 21:18:29 +01:00
parent 6e0f527b1f
commit ccbdd9bce4

View file

@ -1,8 +0,0 @@
async function test_Function() {
return 1 + 1;
}
for (let index = 0; index < 100; index++) {
await test_Function();
const a = 'test';
}