Skip to content

Update Dockerfiles #365

Update Dockerfiles

Update Dockerfiles #365

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Run Sanity Check Script
run: " bash sanity.sh"