Skip to content

build(deps): bump http-proxy-middleware from 2.0.9 to 3.0.7 #36

build(deps): bump http-proxy-middleware from 2.0.9 to 3.0.7

build(deps): bump http-proxy-middleware from 2.0.9 to 3.0.7 #36

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
defaults:
run:
shell: nix develop --command bash {0}
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: DeterminateSystems/nix-installer-action@3138316df39ed29be04236d7ffc686fa525866aa # v23
- uses: DeterminateSystems/magic-nix-cache-action@84c0677f58dcedf3b91f8223ce36a9ea5b3c84b7 # v15
- uses: DeterminateSystems/flake-checker-action@786422608c7bded2bbc9741ad9f91356842bf520 # v14
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: just lint
- name: Test
run: just test
- name: Type Check
run: yarn tsc
- name: Build
run: yarn build