Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
b62d10462c test
All checks were successful
/ test (push) Successful in 19s
2025-10-06 00:03:06 +02:00
e5f77fe98f test workflows
All checks were successful
/ test (push) Successful in 17s
2025-10-05 23:59:48 +02:00

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!
- uses: actions/checkout@v4
- run: ls -la