Skip to content

Commit

Permalink
fix: skip formatting/linting for semantic-release pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTheEldest committed May 17, 2023
1 parent 90c34d6 commit 7156436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
clean_code:
name: Check linting and formatting of code
if: github.event.commits[0].author.name != 'semantic-release-bot'
runs-on: ubuntu-latest

steps:
Expand All @@ -30,6 +31,7 @@ jobs:

commitlint:
name: Check linting of commits in this Pull Request
if: github.event.commits[0].author.name != 'semantic-release-bot'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7156436

Please sign in to comment.