Skip to content

chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.0 #8653

chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.0

chore(deps): update mstruebing/editorconfig-checker docker tag to v3.4.0 #8653

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: test
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/')