This commit is contained in:
parent
69e79105a3
commit
47f6105bf4
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
name: Test
|
name: Test
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
setup-forgejo:
|
native-test:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- run: |
|
||||||
ls
|
nix --version
|
||||||
echo "Hello, World!"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue