Skip to content

Bump com.github.mizosoft.methanol:methanol from 1.8.3 to 1.9.0 #33

Bump com.github.mizosoft.methanol:methanol from 1.8.3 to 1.9.0

Bump com.github.mizosoft.methanol:methanol from 1.8.3 to 1.9.0 #33

Workflow file for this run

name: CITATION.cff validation
on:
push:
paths:
- CITATION.cff
- .github/workflows/citation-cff.yml
pull_request:
paths:
- CITATION.cff
- .github/workflows/citation-cff.yml
workflow_dispatch:
permissions:
contents: read
jobs:
validate-citation-cff:
name: Validate CITATION.cff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Validate CITATION.cff schema
uses: citation-file-format/cffconvert-github-action@2.0.0
with:
args: "--validate"