mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-05 11:25:14 +00:00
name steps
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -17,10 +17,12 @@ jobs:
|
||||
java-version: '22'
|
||||
cache: sbt
|
||||
|
||||
- run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck
|
||||
- name: Check linting and formatting
|
||||
run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck
|
||||
env:
|
||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||
|
||||
- run: sbt +test
|
||||
- name: Unit test
|
||||
run: sbt +test
|
||||
env:
|
||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||
|
Reference in New Issue
Block a user