mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-15 15:27:19 +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'
|
java-version: '22'
|
||||||
cache: sbt
|
cache: sbt
|
||||||
|
|
||||||
- run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck
|
- name: Check linting and formatting
|
||||||
|
run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck
|
||||||
env:
|
env:
|
||||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
|
||||||
- run: sbt +test
|
- name: Unit test
|
||||||
|
run: sbt +test
|
||||||
env:
|
env:
|
||||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
Reference in New Issue
Block a user