Skip to content

Adding Gamma AQ, HT, LT, and HW stress factors to biogenics #955

Adding Gamma AQ, HT, LT, and HW stress factors to biogenics

Adding Gamma AQ, HT, LT, and HW stress factors to biogenics #955

Workflow file for this run

name: Lint
on:
push:
branches: [main, develop]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: pre-commit
runs-on: ubuntu-latest
if: github.repository == 'noaa-oar-arl/canopy-app'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/[email protected]