Skip to content

Screenshots of the main tools #136

Screenshots of the main tools

Screenshots of the main tools #136

Workflow file for this run

name: "tests"
on:
pull_request:
push:
branches:
- master
jobs:
packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix run .#lint
spell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix run .#spell