mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-12 06:29:06 +00:00
name steps
This commit is contained in:
parent
014cc6af57
commit
e4935bc0ac
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user