Update scala3-library to 3.8.3 (#204) #105
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: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| error-check: | |
| name: Check errors | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: coursier/cache-action@v6 | |
| - uses: coursier/setup-action@v2.0.3 | |
| with: | |
| jvm: temurin:1.17 | |
| apps: "scala-cli" | |
| - name: Generate proposal listing | |
| run: scala-cli run bin/ | |
| - uses: stefanzweifel/git-auto-commit-action@v6.0.1 | |
| with: | |
| file_pattern: proposals/README.md | |
| commit_message: "auto update proposal listing" | |
| commit_author: Github Actions <actions@github.com> |