Bump http-cache-semantics from 4.1.0 to 4.1.1 #120
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check formatting | |
on: | |
push: | |
pull_request: | |
jobs: | |
check: | |
name: Check code formatting and run tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-node@v2 | |
with: | |
node-version: "17" | |
- uses: pnpm/action-setup@v2 | |
with: | |
version: latest | |
run_install: true | |
- name: Check formatting | |
run: pnpm run check-formatting |