Skip to content

Create verify.yml

Create verify.yml #11

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
verify-job:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./inteview-mono-repo
container:
image: mcr.microsoft.com/devcontainers/universal:focal
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Init and Verify Languages
run: bash ./topLevelVerify.sh
working-directory: '/__w/interview-mono-repo/interview-mono-repo'