Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Merge 90186c5 into e37a067
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Feb 12, 2021
2 parents e37a067 + 90186c5 commit b074f91
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
- name: Run Lockfile Linter
run: npx lockfile-lint --path package-lock.json --type npm --allowed-hosts npm github.com --allowed-schemes 'https:' 'git+https:'

commit-lint:
name: Lint Commit Messages
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v2.0.3
with:
configFile: ./package.json

unit-tests:
name: Unit Tests
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit b074f91

Please sign in to comment.