Skip to content

Commit

Permalink
Merge pull request #124 from keep-network/unify-ci-workflows
Browse files Browse the repository at this point in the history
Unify CI workflows
  • Loading branch information
nkuba authored Jan 4, 2022
2 parents 62b0a90 + 5e57741 commit cc5ecab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
code-format:
Expand All @@ -15,6 +16,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "14.x"
cache: "yarn"

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit cc5ecab

Please sign in to comment.