Skip to content

angle: update chromium-5682 bottle #43

angle: update chromium-5682 bottle

angle: update chromium-5682 bottle #43

name: QuIC Organization Repolinter
on:
push:
branches: [ main, next ]
pull_request:
branches: [ main ]
jobs:
repolinter:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Verify repolinter config file is present
id: check_files
uses: andstor/file-existence-action@v2
with:
files: "repolint.json"
- name: Run Repolinter with local repolint.json
if: steps.check_files.outputs.files_exists == 'true'
uses: todogroup/repolinter-action@v1
- name: Run Repolinter with default ruleset
if: steps.check_files.outputs.files_exists == 'false'
uses: todogroup/repolinter-action@v1
with:
config_url: "https://raw.githubusercontent.com/quic/.github/main/repolint.json"