Skip to content

Revert "chore(deps): bump actions/checkout from 5.0.1 to 6.0.0" #1045

Revert "chore(deps): bump actions/checkout from 5.0.1 to 6.0.0"

Revert "chore(deps): bump actions/checkout from 5.0.1 to 6.0.0" #1045

Workflow file for this run

name: Test Whitespace and line endings
on: [pull_request]
permissions:
contents: read
jobs:
eclint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: 'lts/*'
- run: npm i -g eclint
- run: eclint check