Skip to content

Commit

Permalink
add lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Mar 2, 2024
1 parent a87cc88 commit 1281fb4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test all the things

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
ci:
Expand All @@ -18,3 +18,10 @@ jobs:
apps: sbt
- name: Test
run: sbt -v ";+core/test;+instrumentation/test;+reporters/test"
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test
run: sbt -v "scalafmtCheckAll"

0 comments on commit 1281fb4

Please sign in to comment.