Skip to content

Try using laytan/setup-odin action instead of setup_odin.sh script #106

Try using laytan/setup-odin action instead of setup_odin.sh script

Try using laytan/setup-odin action instead of setup_odin.sh script #106

Workflow file for this run

name: Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build_test:
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/checkout@v4
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
llvm-version: 17
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm install --no-frozen-lockfile
- run: npm run build-test