Skip to content

Commit cc5ecab

Browse files
authored
Merge pull request #124 from keep-network/unify-ci-workflows
Unify CI workflows
2 parents 62b0a90 + 5e57741 commit cc5ecab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
code-format:
@@ -15,6 +16,7 @@ jobs:
1516
- uses: actions/setup-node@v2
1617
with:
1718
node-version: "14.x"
19+
cache: "yarn"
1820

1921
- name: Install dependencies
2022
run: yarn install

0 commit comments

Comments
 (0)