Skip to content

Commit

Permalink
github action to check code format added
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakdinesh1123 committed Apr 17, 2024
1 parent 3da3f93 commit b288263
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Linters
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main

jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
1 change: 0 additions & 1 deletion .github/workflows/sync-docs-to-docs-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ jobs:
commit-message: "Sync Zelthy3 docs"
user-email: ravi@zelthy.com
target-branch: staging

0 comments on commit b288263

Please sign in to comment.