Skip to content

fix(publish): fixed publishing notification #106

fix(publish): fixed publishing notification

fix(publish): fixed publishing notification #106

Workflow file for this run

name: ESLint
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
eslint:
name: Run eslint check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Build packages
run: yarn build
- name: Run ESLint
run: yarn lint