Skip to content

modflow-dsd24 continuous integration #112

modflow-dsd24 continuous integration

modflow-dsd24 continuous integration #112

Workflow file for this run

name: modflow-dsd24 continuous integration
on:
# run at 6 AM UTC every day
schedule:
- cron: '0 6 * * *'
push:
branches:
- main
- ci
paths-ignore:
- '**.md'
- '.gitignore'
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '.gitignore'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: test pixi
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup pixi
uses: prefix-dev/[email protected]
- name: Test pixi install
run: pixi run install