initial commit of actions

This commit is contained in:
Dominik Polakovics Polakovics 2026-01-31 18:56:04 +01:00
commit 949ece5785
44660 changed files with 12034344 additions and 0 deletions

View file

@ -0,0 +1 @@
barf

View file

@ -0,0 +1,4 @@
module.exports = {
l: function() { return "yes"; },
ls: function() { return "yep"; }
};

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "ack";
}

View file

@ -0,0 +1,4 @@
module.exports = {
m: function() { return "ok"; },
n: require('./_private')
};

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "yea";
}

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "again";
}

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "ignored";
}

View file

@ -0,0 +1 @@
module.exports = require('../../../../')(__dirname, ['again', 'somemore'])

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "somemore";
}

View file

@ -0,0 +1,3 @@
module.exports = function() {
return "definitely";
}

View file

@ -0,0 +1 @@
module.exports = require('../../../')(__dirname)

View file

@ -0,0 +1 @@
module.exports = require('../../')(__dirname)

View file

@ -0,0 +1 @@
asdf 1 2 / @ 123