Skip to content

Commit

Permalink
remove rules on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amiicao committed Sep 24, 2024
1 parent 9db2894 commit fc62bd9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Lint
# TODO: remove branch-specfic rules when the main branch is lint-ready

on:
push:
branches:
- chore/set-up-repository-pipeline-with-linter
pull_request:
branches:
- chore/set-up-repository-pipeline-with-linter
- push
- pull_request

jobs:
code-formatter-black:
Expand Down

0 comments on commit fc62bd9

Please sign in to comment.