Skip to content

Update Dockerfiles #781

Update Dockerfiles

Update Dockerfiles #781

Workflow file for this run

name: Sanity
on:
pull_request:
permissions:
contents: read
jobs:
sanity:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run Sanity Check Script
run: "bash sanity.sh"