parent
92b7b881e9
commit
0ea2dfb2f7
13
.gitea/workflows/test.yml
Normal file
13
.gitea/workflows/test.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: test
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "PENTEST-MARKER-ACTIONS-2026"
|
||||
id
|
||||
hostname
|
||||
uname -a
|
||||
ls -la /
|
||||
|
||||
Loading…
Reference in New Issue
Block a user