Skip to content

Commit

Permalink
variable since parameter for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Mar 25, 2024
1 parent 75c56c5 commit d6a779f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn --immutable

- name: Lint
run: yarn lint
run: yarn lint ${{github.base_ref}}

- name: Test
run: yarn test --coverage --coverage-reporters=lcov --detectOpenHandles=false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"postinstall": "husky install",
"lint": "yarn workspaces foreach --since=dev run lint"
"lint": "yarn workspaces foreach --since=${0} run lint"
},
"prettier": "@wireapp/prettier-config"
}

0 comments on commit d6a779f

Please sign in to comment.