This commit is contained in:
parent
1ceba72094
commit
f2cdc4c38f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
|
name: Build
|
||||||
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Build application
|
name: Build application
|
||||||
on:
|
|
||||||
push:
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
|
|
Loading…
Add table
Reference in a new issue