Skip to content

fix: fixed @snakecode/models module not found problem. (#48) #33

fix: fixed @snakecode/models module not found problem. (#48)

fix: fixed @snakecode/models module not found problem. (#48) #33

Workflow file for this run

name: Lint files
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint files
run: yarn install && yarn lint