fix: first pass at fixing the behaviour of update_category (now update_categories) #320
Workflow file for this run
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: Pull Request | |
on: | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
cla: | |
uses: ./.github/workflows/cla.yaml | |
style-lints: | |
uses: ./.github/workflows/lints.yaml |