Skip to content

Update airspec to 24.5.2 #303

Update airspec to 24.5.2

Update airspec to 24.5.2 #303

Workflow file for this run

name: CI
on:
pull_request:
paths:
- '**.scala'
- '**.java'
- '**.sbt'
- '.scalafmt.conf'
- '.github/workflows/test.yml'
push:
branches:
- main
paths:
- '**.scala'
- '**.java'
- '**.sbt'
- '.scalafmt.conf'
jobs:
code_format:
name: Code format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: scalafmt test
run: ./sbt scalafmtCheckAll
test_sbt_plugin:
name: plugin test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: scripted tests
run: ./sbt scripted