Update .github/workflows/lint_and_compile.yml
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 12s
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 12s
This commit is contained in:
4
.github/workflows/lint_and_compile.yml
vendored
4
.github/workflows/lint_and_compile.yml
vendored
@@ -2,7 +2,9 @@ name: Compile my Keebs
|
||||
on: [push]
|
||||
jobs:
|
||||
lint-and-compile:
|
||||
runs-on: local
|
||||
runs-on: local
|
||||
container:
|
||||
image: node:18-bullseye
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user