Skip to content

pack_format を更新 #30

pack_format を更新

pack_format を更新 #30

Workflow file for this run

name: lint-datapack
on:
push:
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