Skip to content

Commit

Permalink
fix: lint/format code and lint commits again for versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTheEldest committed May 17, 2023
1 parent 63f9d29 commit 30fed06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
pull_request:
branches:
- master
push:
branches:
- master

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 @@ -31,7 +33,6 @@ 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 30fed06

Please sign in to comment.