Skip to content

Commit

Permalink
[temp] Fix format CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
davbeck committed Jul 8, 2024
1 parent 967747b commit 3e72008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/ci.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Format

on:
push:
paths:
- "**/*.swift"
on: push

env:
GITHUB_ELEVATED_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
Expand All @@ -19,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: irgaly/setup-mint@v1
- run: echo "$HOME/bin" >> $GITHUB_PATH

- run: bin/format

Expand Down

0 comments on commit 3e72008

Please sign in to comment.