Skip to content

updated get_traj method in hytraj.py so that parsing the date informa… #353

updated get_traj method in hytraj.py so that parsing the date informa…

updated get_traj method in hytraj.py so that parsing the date informa… #353

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"