Skip to content

Merge pull request #1758 from GhostWriters/dependabot/pip/mkdocs-mate… #2750

Merge pull request #1758 from GhostWriters/dependabot/pip/mkdocs-mate…

Merge pull request #1758 from GhostWriters/dependabot/pip/mkdocs-mate… #2750

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4.1.4
- name: run
env:
CI: true
COMMIT_SHA: ${{ github.sha }}
run: |
while IFS= read -r line; do echo; sudo -E bash ./main.sh -vt "${line}" || exit 1; echo; done < <(git ls-files '.scripts/*.sh' | sed -E 's/^\.scripts\/(\w+)\.sh$/\1/')