Skip to content

Convert to Bridgetown #72

Convert to Bridgetown

Convert to Bridgetown #72

Workflow file for this run

name: tests
on:
- push

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

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- run: bundle exec bri
- run: bundle exec bridgetown frontend:build
- run: bundle exec bridgetown build