Skip to content

Improve pattern list matching #40

Improve pattern list matching

Improve pattern list matching #40

Workflow file for this run

name: Format
on:
push:
paths:
- "**/*.swift"
env:
GITHUB_ELEVATED_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
jobs:
format:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
- uses: irgaly/setup-mint@v1
- run: echo "$HOME/bin" >> $GITHUB_PATH
- run: bin/format
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: format