Bump pillow from 11.2.1 to 11.3.0 in the pip group across 1 directory #921
This file contains hidden or 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: Citation File Validation | |
on: | |
push: | |
branches: [ "main", "dev", "hotfix/update-ci" ] | |
pull_request: | |
branches: [ "main", "dev", "hotfix/update-ci" ] | |
permissions: | |
contents: read | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
timeout-minutes: 30 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v3 | |
- name: Install Checker | |
run: python3 -m pip install cffconvert | |
- name: Check Citation File | |
run: cffconvert --validate |