Skip to content

Pkgs updates (#6)

Pkgs updates (#6) #37

Workflow file for this run

name: Lint and Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: ${{ secrets.ATTIC_ENDPOINT }}
cache: ${{ secrets.ATTIC_CACHE }}
token: ${{ secrets.ATTIC_TOKEN }}
- run: nix develop .#pnpmBuild --command pnpm install
- run: nix develop .#pnpmBuild --command pnpm lint