Fix action
Some checks failed
Build / Build application (push) Failing after 1m51s

This commit is contained in:
Kevin Kandlbinder 2024-11-12 15:15:59 +00:00
parent 1ceba72094
commit f2cdc4c38f

View file

@ -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