Skip to content

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 #96

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4

chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 #96

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 20
- name: Run Awesome lint
run: npx [email protected] README.md