Skip to content

Update Dockerfiles #655

Update Dockerfiles

Update Dockerfiles #655

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run Sanity Check Script
run: "bash sanity.sh"