Skip to content

保険

保険 #437

Workflow file for this run

name: lint-datapack
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: lint
uses: ChenCMD/datapack-linter@v2