Skip to content

Unfreezes Awesome-Lint and bumps it to v1.2.0 #56

Unfreezes Awesome-Lint and bumps it to v1.2.0

Unfreezes Awesome-Lint and bumps it to v1.2.0 #56

Workflow file for this run

---
name: Linting
on: [push, pull_request]
jobs:
build:
name: Run Awesome-Lint on project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm config set package-lock false
- run: npm install
- run: npm test