Skip to content

Remove dead CI badge from readme #22

Remove dead CI badge from readme

Remove dead CI badge from readme #22

Workflow file for this run

name: CI
on:
push:
tags: ["*"]
branches: ['**', '!update/**', '!pr/**']
pull_request:
branches: ['**', '!update/**', '!pr/**']
jobs:
test:
name: ${{ matrix.command }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
command:
- sbt "+plugin/test" "profilingSbtPlugin/scripted compiler-profiling/scripted"
- sbt "showScalaInstances" "integrations/testOnly integration better-files wartremover"
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: olafurpg/setup-scala@v13
- uses: coursier/cache-action@v5
- run: ${{ matrix.command }}