Skip to content

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 #47

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0

chore(deps): bump actions/checkout from 3.5.3 to 3.6.0 #47

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@f43a0e5ff2bd294095638e18286ca9a3d1956744
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: 18
- name: Run Awesome lint
run: npx [email protected] README.md