Skip to content

chore: Release v2.8.1. #248

chore: Release v2.8.1.

chore: Release v2.8.1. #248

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Check codebase linting
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check codebase linting
run: |
yarn lint