Skip to content

Merge pull request #142 from ckipp01/scala-cli #51

Merge pull request #142 from ckipp01/scala-cli

Merge pull request #142 from ckipp01/scala-cli #51

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
error-check:
name: Check errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/[email protected]
with:
jvm: temurin:1.17
apps: "scala-cli"
- name: Generate proposal listing
run: scala-cli run bin/
- uses: stefanzweifel/[email protected]
with:
file_pattern: proposals/README.md
commit_message: "auto update proposal listing"
commit_author: Github Actions <[email protected]>