Skip to content

Add io.github.cosmic_utils.Examine #487

Add io.github.cosmic_utils.Examine

Add io.github.cosmic_utils.Examine #487

Workflow file for this run

name: Validate exceptions.json
on:
push:
paths:
- flatpak_builder_lint/staticfiles/exceptions.json
pull_request:
paths:
- flatpak_builder_lint/staticfiles/exceptions.json
jobs:
validate-exceptions:
runs-on: ubuntu-latest
timeout-minutes: 30
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate exceptions.json
run: python3 utils/validator.py