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:
runs-on: local
container:
image: nikolaik/python-nodejs:python3.11-nodejs24-slim
image: ubuntu
steps:
- name: Check out repository code
uses: actions/checkout@v4