Skip to content

How to use small sustainable habits to get your first job (#562) #814

How to use small sustainable habits to get your first job (#562)

How to use small sustainable habits to get your first job (#562) #814

Workflow file for this run

name: CI & CD
on:
push:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Lint
run: |
npm install
npm run lint