Skip to content

Merge pull request #18 from sbuggay/sbuggay/next-security-14.2.30 #36

Merge pull request #18 from sbuggay/sbuggay/next-security-14.2.30

Merge pull request #18 from sbuggay/sbuggay/next-security-14.2.30 #36

Workflow file for this run

name: CI Checks
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint