refactor(nextcloud): Deprecate AppIDs in favor of exported appID constants #1678
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: Lint | |
on: | |
pull_request: | |
concurrency: | |
group: lint-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
lint: | |
name: Linting | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- name: Find untested Neon APIs | |
run: ./tool/find-untested-neon-apis.sh | |
- name: Find relative markdown links | |
run: ./tool/find-relative-markdown-links.sh |