Rename Thrown
file to Unchecked
and export it to Soundness
#96
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: Repo Admin | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- doc/* | |
- src/*/*.scala | |
jobs: | |
admin: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Tidy repository | |
uses: propensive/tumult@0.5.8 | |
- name: Autocommit changes | |
uses: stefanzweifel/git-auto-commit-action@v4 |