Skip to content

Remove cmd/deploy.go #17

Remove cmd/deploy.go

Remove cmd/deploy.go #17

Workflow file for this run

name: CI
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: devenv
- name: Install devenv
run: nix profile install nixpkgs#devenv
- name: Install dependencies
run: devenv shell -- true
- name: Run checks
run: devenv test
- name: Compile code
run: devenv shell -- go build