Skip to content

Merge branch 'master' of https://github.com/HUMBLEF0OL/grotto into st… #43

Merge branch 'master' of https://github.com/HUMBLEF0OL/grotto into st…

Merge branch 'master' of https://github.com/HUMBLEF0OL/grotto into st… #43

Workflow file for this run

name: CI
push:

Check failure on line 3 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
branches: [main, dev, setup, feat/**]
pull_request: {}
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: pnpm
- run: pnpm install
- run: pnpm build