/
githubmirror
/
julia
Обзор
Документация
Войти
/
githubmirror
/
julia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/cffconvert.yml
33 строки
732 B
dependabot[bot]
build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#62601)
01 авг 2026, 13:09
Не верифицирован
01 авг 2026, 13:09
118c2a1
Код
Авторство
О чём код?
name: cffconvert on: push: branches: - 'master' - 'release-*' paths: - CITATION.cff pull_request: branches: - 'master' - 'release-*' paths: - CITATION.cff permissions: contents: read jobs: validate: name: "validate" runs-on: ubuntu-latest steps: - name: Check out a copy of the repository uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Check whether the citation metadata from CITATION.cff is valid uses: citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 # 2.0.0 with: args: "--validate"