Skip to content

Commit c9d6efa

Browse files
Merge pull request #8 from garydavisonos/hotfix/gd/build-workflow
Hotfix/gd/build workflow
2 parents 347eb18 + 6fb3b00 commit c9d6efa

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/code.quality.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: "Code Quality 🏆"
22
on:
3-
release:
4-
types: [published]
53
pull_request:
64
types: [opened, synchronize, reopened]
75
push:
86
branches:
9-
- master
10-
- release/**
7+
- main
118

129
jobs:
1310
linting:

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
- name: Build project
3333
run: npm run build
3434

35-
- name: Post build
36-
run: npm run postbuild
35+
- name: ESLint
36+
working-directory: .
37+
run: npm run lint
3738

3839
- name: Publish to npm
3940
run: npm publish

0 commit comments

Comments
 (0)