-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port static checks for mirror-godot-app to the repository
- Loading branch information
1 parent
156c20f
commit d1c5996
Showing
2 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: 📊 Static Checks | ||
on: push | ||
|
||
jobs: | ||
format: | ||
name: File formatting (mirror-godot-app/.workflows/scripts/file_format.sh) | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: File formatting checks (file_format.sh) | ||
run: | | ||
cd ./mirror-godot-app/ | ||
bash .github/scripts/file_format.sh |
This file was deleted.
Oops, something went wrong.