Skip to content

packagegroup-qcom-benchmark: Add benchmark packages #888

packagegroup-qcom-benchmark: Add benchmark packages

packagegroup-qcom-benchmark: Add benchmark packages #888

Workflow file for this run

name: QuIC Organization Repolinter
on:
push:
branches: [ main, wrynose ]
pull_request:
branches: [ main, wrynose ]
workflow_dispatch:
jobs:
repolinter:
if: github.repository_owner == 'qualcomm-linux'
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Verify repolinter config file is present
id: check_files
uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3
with:
files: "repolint.json"
- name: Run Repolinter with local repolint.json
if: steps.check_files.outputs.files_exists == 'true'
uses: todogroup/repolinter-action@4d478dcd860571382da7d512d6dc6dd5f554fbb2 # v1.7.3
with:
config_file: "repolint.json"
- name: Run Repolinter with default ruleset
if: steps.check_files.outputs.files_exists == 'false'
uses: todogroup/repolinter-action@4d478dcd860571382da7d512d6dc6dd5f554fbb2 # v1.7.3
with:
config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"