Skip to content

docs: hitchhiker’s guide to python #68

docs: hitchhiker’s guide to python

docs: hitchhiker’s guide to python #68

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