Skip to content

Commit

Permalink
refactor(ci): change lint phase
Browse files Browse the repository at this point in the history
linter ran without access to sourcecode
  • Loading branch information
duncdrum committed Apr 11, 2024
1 parent d5fcc24 commit 1ed14e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
name: frus-bats
path: tests/bats/
if-no-files-found: ignore

# Lint commit messages
- name: lint commit message
uses: wagoid/commitlint-github-action@v5

# Commit Toc files
- name: Commit and Push
Expand Down Expand Up @@ -159,10 +163,6 @@ jobs:
- name: Run test
run: bats --tap tests/bats/*.bats

# Lint commit messages
- name: lint commit message
uses: wagoid/commitlint-github-action@v5

release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1ed14e0

Please sign in to comment.