Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/code.quality.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: "Code Quality 🏆"
on:
release:
types: [published]
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
- release/**
- main

jobs:
linting:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
- name: Build project
run: npm run build

- name: Post build
run: npm run postbuild
- name: ESLint
working-directory: .
run: npm run lint

- name: Publish to npm
run: npm publish
Expand Down
Loading