This commit is contained in:
parent
7f0fc49c1c
commit
557efb5647
@ -2,13 +2,16 @@
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
name: Build
|
||||
|
||||
|
||||
jobs:
|
||||
build-sporq:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/qmk/qmk_base_container:latest@sha256:d27f995fd142681b273d95dc150d3a3683b6b1884b4c46f70c00a1a991d0e11e
|
||||
steps:
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user