mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-06 05:35:51 -05:00
Fix master workflow
This commit is contained in:
parent
d37e0bec9e
commit
0749ee0ee9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
npm run format
|
||||||
npm run build
|
npm run build
|
||||||
-
|
-
|
||||||
name: Set up Git
|
name: Set up Git
|
||||||
|
|
Loading…
Reference in a new issue