Skip to content

Commit

Permalink
ci: disable code-standards
Browse files Browse the repository at this point in the history
More work needs to be done before enabling this workflow.

For now linting should be performed precommit, using lint-staged.
  • Loading branch information
johnhooks committed Dec 17, 2023
1 parent 1b270ce commit c216701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Coding Standards

on:
pull_request:
branches: [main, epic/*]
# pull_request:
# branches: [main, epic/*]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c216701

Please sign in to comment.