updated get_traj method in hytraj.py so that parsing the date informa… #353
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |