Skip to content

Commit

Permalink
configure ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustNagro committed Oct 28, 2024
1 parent bcf8ee3 commit 50f4a0a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 97 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/release-drafter.yml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: CI

on:
push:
branches: ["master"]
pull_request:
types: [ opened, reopened, synchronize ]
branches: ["master"]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
contents: read

jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
java-version: 17
check-latest: true
cache: 'sbt'
- name: run tests
run: sbt 'clean;test'
run: sbt 'clean; scalafmtCheckAll; test'
26 changes: 0 additions & 26 deletions .github/workflows/drafter.yml

This file was deleted.

0 comments on commit 50f4a0a

Please sign in to comment.