Skip to content

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 #81

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4

chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 #81

Workflow file for this run

name: Awesome compliance
on:
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
- name: Run Awesome lint
run: npx awesome-lint@1.1.0 README.md