mobile_nebula/.github/workflows/swiftfmt.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
403 B
YAML
Raw Permalink Normal View History

name: Swift format
on:
push:
branches:
- main
pull_request:
paths:
- ".github/workflows/swiftfmt.yml"
- "**.swift"
jobs:
swiftfmt:
name: Run swift format
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
show-progress: false
- name: Check formating
run: ./swift-format.sh check