Skip to content

Bump ftl and add CI

Bump ftl and add CI #1

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Test
concurrency:
group: ${{ github.ref }}-test
cancel-in-progress: true
jobs:
build:
name: Build
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: just build
test:
name: Test
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: just test-ci