Skip to content

Merge pull request #137 from scalacenter/dependabot/github_actions/ac… #43

Merge pull request #137 from scalacenter/dependabot/github_actions/ac…

Merge pull request #137 from scalacenter/dependabot/github_actions/ac… #43

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]>