adding first workflow
This commit is contained in:
parent
6ba03b76ad
commit
041e76c906
18
.gitea/workflows/node-ci.yaml
Normal file
18
.gitea/workflows/node-ci.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Node-CI
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Gitea Checkout
|
||||
uses: gitea.com/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
Loading…
Reference in New Issue
Block a user