Skip to content

Show player health

Show player health #90

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint"
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup gdtoolkit
uses: Scony/godot-gdscript-toolkit@master
- name: Lint
run: gdlint .
formatting:
runs-on: ubuntu-latest
name: "Formatting"
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup gdtoolkit
uses: Scony/godot-gdscript-toolkit@master
- name: Check formatting
run: gdformat --check .