Skip to content

chore: swap out node-fetch-commonjs with node-fetch #70

chore: swap out node-fetch-commonjs with node-fetch

chore: swap out node-fetch-commonjs with node-fetch #70

Workflow file for this run

name: Code Style
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Check code formatting
run: npx prettier . --check
- name: Run linter
run: npx eslint .