Skip to content

ScoreToHealth オブジェクトを明示的に定義するように #27

ScoreToHealth オブジェクトを明示的に定義するように

ScoreToHealth オブジェクトを明示的に定義するように #27

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