Skip to content

Commit

Permalink
Merge pull request #278 from scala/fix-ci-and-add-cla
Browse files Browse the repository at this point in the history
Fix CI and add CLA
  • Loading branch information
SethTisue authored Dec 18, 2024
2 parents 6e7fd3d + 8385051 commit 44050f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
distribution: temurin
java-version: ${{matrix.java}}
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package

Expand All @@ -49,5 +50,6 @@ jobs:
with:
distribution: temurin
java-version: ${{matrix.java}}
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt "setScalaVersion ${{matrix.scala}}" test core/headerCheck package
11 changes: 11 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Check Scala CLA"
on:
pull_request:
jobs:
cla-check:
runs-on: ubuntu-latest
steps:
- name: Verify CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}

0 comments on commit 44050f0

Please sign in to comment.