mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-12-21 03:29:30 +00:00
whitespace
This commit is contained in:
parent
aee8bef2b7
commit
b41670fde8
4
.github/workflows/scala.yml
vendored
4
.github/workflows/scala.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '11'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
|
|
||||||
- name: Cache sbt
|
- name: Cache sbt
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
@ -26,6 +26,6 @@ jobs:
|
|||||||
~/.sbt
|
~/.sbt
|
||||||
~/.cache/coursier/v1
|
~/.cache/coursier/v1
|
||||||
key: scala
|
key: scala
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sbt "+scalafixAll --check" +scalafmtCheck "+test"
|
run: sbt "+scalafixAll --check" +scalafmtCheck "+test"
|
||||||
|
Loading…
Reference in New Issue
Block a user