Skip to content

Merge pull request #30 from mlirenzhenmayi/develop_satellite #59

Merge pull request #30 from mlirenzhenmayi/develop_satellite

Merge pull request #30 from mlirenzhenmayi/develop_satellite #59

Workflow file for this run

name: Lint
on:
push:
branches: [stable, develop]
pull_request:
branches: [stable, develop]
workflow_dispatch:
jobs:
lint:
name: pre-commit
runs-on: ubuntu-latest
if: github.repository == 'noaa-oar-arl/monetio'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- uses: pre-commit/action@v3.0.0
cff:
name: Validate CITATION.cff
runs-on: ubuntu-latest
if: github.repository == 'noaa-oar-arl/monetio'
steps:
- uses: actions/checkout@v3
- uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"