IOS-9612 Add Record Screenshots GH action #862
Workflow file for this run
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: SwiftFormat | |
on: | |
pull_request: | |
branches: | |
- '*' | |
jobs: | |
format: | |
name: SwiftFormat | |
runs-on: self-hosted-novum-mac | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Format | |
run: make format | |
- name: Commit Changes | |
uses: stefanzweifel/git-auto-commit-action@v4 | |
with: | |
commit_message: Run swiftformat | |
env: | |
GITHUB_TOKEN: ${{ secrets.NOVUM_PRIVATE_REPOS }} |