Update scala3-library_sjs1 to 3.7.3 #509
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [workflow_dispatch, push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - uses: olafurpg/setup-scala@v11 | |
| with: | |
| java-version: [email protected] | |
| - uses: actions/setup-node@v2 | |
| with: | |
| node-version: '17' | |
| - name: Roguelike-StarterKit Compile & Test | |
| run: sbt clean compile test |