Skip to content

chore(deps): bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6 #2770

chore(deps): bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6

chore(deps): bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6 #2770

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