Skip to content

Commit

Permalink
Merge pull request #8 from garydavisonos/hotfix/gd/build-workflow
Browse files Browse the repository at this point in the history
Hotfix/gd/build workflow
  • Loading branch information
garydavisonos authored Jan 24, 2025
2 parents 347eb18 + 6fb3b00 commit c9d6efa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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

0 comments on commit c9d6efa

Please sign in to comment.