Skip to content

feat: add code to get Udemy course for FREE 🤑 (#9) #33

feat: add code to get Udemy course for FREE 🤑 (#9)

feat: add code to get Udemy course for FREE 🤑 (#9) #33

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node.js ⚙️ - Cache dependencies ⚡ - Install dependencies 🔧
uses: ./.github/workflows/setup-node
- name: Lint ✅
run: npm run lint