Adopt LazyList#flow
and make it inline
#165
This file contains 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.6.1 | |
- name: Autocommit changes | |
uses: stefanzweifel/git-auto-commit-action@v4 |