Skip to content

chore: bump Backstage to 1.51.1 and migrate test tooling #34

chore: bump Backstage to 1.51.1 and migrate test tooling

chore: bump Backstage to 1.51.1 and migrate test tooling #34

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
- uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14
- uses: DeterminateSystems/flake-checker-action@3164002371bc90729c68af0e24d5aacf20d7c9f6 # v12
- 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