Skip to content

Adding required file .github/workflows/dependabot-auto-merge.yml #791

Adding required file .github/workflows/dependabot-auto-merge.yml

Adding required file .github/workflows/dependabot-auto-merge.yml #791

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run Sanity Check Script
run: "bash sanity.sh"