Skip to content

Update NavigationFooter style #6971

Update NavigationFooter style

Update NavigationFooter style #6971

Workflow file for this run

name: Validate
on:
pull_request:
branches: [master]
merge_group:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- run: nix develop --command bash -c 'pnpm install'
- run: nix develop --command bash -c 'eslint .'
- run: nix develop --command bash -c 'tsc --build tsconfig.json'
- run: nix develop --command bash -c 'tsc --build tsconfig.build.json'
- run: nix develop --command bash -c 'rollup -c config/rollup.config.js'
- run: nix develop --command bash -c 'ava'