Skip to content

Setup the initial Anoma Resource Machine Cairo Repo #1

Setup the initial Anoma Resource Machine Cairo Repo

Setup the initial Anoma Resource Machine Cairo Repo #1

Workflow file for this run

name: Run checks on main or next
on:
push:
branches: [ "main", "next" ]
permissions:
contents: read
jobs:
all:
name: Tests, dialyzer, format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ./.github/workflows/setup
- uses: ./.github/workflows/checks
- uses: ./.github/workflows/format
if: ${{ !cancelled() }}