We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 347eb18 + 6fb3b00 commit c9d6efaCopy full SHA for c9d6efa
.github/workflows/code.quality.yml
@@ -1,13 +1,10 @@
1
name: "Code Quality 🏆"
2
on:
3
- release:
4
- types: [published]
5
pull_request:
6
types: [opened, synchronize, reopened]
7
push:
8
branches:
9
- - master
10
- - release/**
+ - main
11
12
jobs:
13
linting:
.github/workflows/publish.yml
@@ -32,8 +32,9 @@ jobs:
32
- name: Build project
33
run: npm run build
34
35
- - name: Post build
36
- run: npm run postbuild
+ - name: ESLint
+ working-directory: .
37
+ run: npm run lint
38
39
- name: Publish to npm
40
run: npm publish
0 commit comments