We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c5ad0 commit ef84d01Copy full SHA for ef84d01
.github/workflows/check-cla.yml
@@ -0,0 +1,9 @@
1
+name: Check CLA
2
+on: [pull_request]
3
+jobs:
4
+ check-cla:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: scala/cla-checker@v1
8
+ with:
9
+ author: ${{ github.event.pull_request.user.login }}
.github/workflows/check-lint.yml
@@ -0,0 +1,11 @@
+name: Check Lint
+on:
+ pull_request:
+ check-lint:
+ runs-on: ubuntu-22.04
+ - uses: actions/checkout@v4
+ - uses: VirtusLab/[email protected]
10
+ - run: scala-cli fmt --check
11
+
0 commit comments