parent
8afce56b9e
commit
4e502a0a67
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/test.yaml
Normal file
11
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
- run: yarn test
|
Loading…
Add table
Reference in a new issue