Skip to content

ci: keep build timing report non-blocking when PR comment fails #1880

ci: keep build timing report non-blocking when PR comment fails

ci: keep build timing report non-blocking when PR comment fails #1880

Workflow file for this run

name: Check Imports
on:
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-imports:
name: Check Library File Imports
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Check that all files are imported
run: ./scripts/check-imports.sh