Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: "Continuous Integration"
on: [push, pull_request]
permissions:
contents: read

jobs:
validation:
Expand Down Expand Up @@ -47,4 +49,4 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Run copyright and code format checks
run: ./gradlew --no-daemon spotlessCheck
run: ./gradlew --no-daemon spotlessCheck
Loading