Skip to content

Add ability to select icon style #8

Add ability to select icon style

Add ability to select icon style #8

name: Check GDScript formatting and style
permissions: read-all
on:
push:
branches: [ "main" ]
paths:
- 'addons/**'
pull_request:
branches: [ "main" ]
paths:
- 'addons/**'
jobs:
static-checks:
name: 'static checks'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Scony/godot-gdscript-toolkit@master
- run: gdformat --check addons/
- run: gdlint addons/