Skip to content

🐛 change version package #6

🐛 change version package

🐛 change version package #6

Workflow file for this run

name: Lint code
on: push
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn
- name: Lint
run: yarn lint