Skip to content

Commit

Permalink
Port static checks for mirror-godot-app to the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 23, 2024
1 parent 156c20f commit d1c5996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/static_checks.yml
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
12 changes: 0 additions & 12 deletions mirror-godot-app/.github/workflows/static_checks.yml

This file was deleted.

0 comments on commit d1c5996

Please sign in to comment.