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

This commit is contained in:
2025-07-14 13:03:24 -05:00
parent 321a564c7d
commit 5ff101d848

View File

@@ -4,7 +4,7 @@ jobs:
lint-and-compile: lint-and-compile:
runs-on: local runs-on: local
container: container:
image: nikolaik/python-nodejs:python3.11-nodejs24-slim image: ubuntu
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4