Skip to content

chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 #2749

chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21

chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 #2749

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/')