Fix syntax and runner permissions in workflows
Some checks failed
Lint & Format Check / Link Check (push) Successful in 3s
Lint & Format Check / Format Check (styler) (push) Failing after 17s
R Package Tests / test (push) Successful in 1m32s
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 46s

This commit is contained in:
2026-02-22 19:55:56 -05:00
parent 1d0202e3aa
commit 0841ee7205
2 changed files with 4 additions and 9 deletions

View File

@@ -12,11 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Node.js (required for actions/checkout)
run: |
apt-get update -y
apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v3