Skip to content

Delete codeql.yml

Delete codeql.yml #44

name: Examples Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
ExamplesTest:
name: Run `ExamplesTest.sh`
strategy:
matrix:
os:
- macOS-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- run: brew install swift-sh
- run: sh ./Scripts/ExamplesTest.sh