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

This commit is contained in:
2025-07-14 13:07:10 -05:00
parent f80539e7e4
commit bb10445f71

View File

@@ -7,7 +7,7 @@ jobs:
image: ubuntu image: ubuntu
steps: steps:
- name: Install packages - name: Install packages
run: sudo apt-get update && sudo apt-get install -y nodejs git python3 run: apt-get update && apt-get install -y nodejs git python3
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Clone supercharge docs repository - name: Clone supercharge docs repository