Update .github/workflows/lint_and_compile.yml
Some checks failed
Compile my Keebs / lint-and-compile (push) Failing after 12s

This commit is contained in:
2025-07-14 12:41:41 -05:00
parent 53be43d096
commit e7cd5110e8

View File

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