actions fix 1
This commit is contained in:
parent
443927843a
commit
a248dad39e
1 changed files with 6 additions and 0 deletions
|
@ -1,10 +1,16 @@
|
|||
name: build
|
||||
run-name: build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue