Skip to content

Bump http-cache-semantics from 4.1.0 to 4.1.1 #120

Bump http-cache-semantics from 4.1.0 to 4.1.1

Bump http-cache-semantics from 4.1.0 to 4.1.1 #120

Workflow file for this run

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