Skip to content

feat: revocation (#86) #180

feat: revocation (#86)

feat: revocation (#86) #180

name: "Format and Lint"
on:
pull_request:
push:
branches:
- "dev"
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install System Deps
run: sudo apt update && sudo apt install libc6
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install Dependencies
run: yarn
- name: Test
run: yarn lint
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install System Deps
run: sudo apt update && sudo apt install libc6
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install Dependencies
run: yarn
- name: Test
run: yarn format-check