Skip to content

ci: set sync rate to be one time a month #27

ci: set sync rate to be one time a month

ci: set sync rate to be one time a month #27

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
yarn
yarn add -D koishi
- name: Lint
run: |
yarn lint