Skip to content

success is not final. failure is not fatal. it is the courage to cont… #20

success is not final. failure is not fatal. it is the courage to cont…

success is not final. failure is not fatal. it is the courage to cont… #20

Workflow file for this run

name: Lint
on: ["push"]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install dependencies
uses: bahmutov/[email protected]
- name: Lint code
run: npm run lint