Skip to content

Add unstable workflow for Docker #5

Add unstable workflow for Docker

Add unstable workflow for Docker #5

Workflow file for this run

name: "Check"
on:
workflow_dispatch:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: nicknovitski/nix-develop@v1
- run: just setup
- run: just check