Skip to content

fix: used rimraf instead of rm to ensure cross platformcompatibility.… #31

fix: used rimraf instead of rm to ensure cross platformcompatibility.…

fix: used rimraf instead of rm to ensure cross platformcompatibility.… #31

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