Skip to content

Merge pull request #3 from appthrust/fix-2 #5

Merge pull request #3 from appthrust/fix-2

Merge pull request #3 from appthrust/fix-2 #5

Workflow file for this run

name: "Test"
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch: {}
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop --command moon ci
- uses: appthrust/moon-ci-retrospect@main
if: success() || failure()