Skip to content

Add dialogue choices, custom wait bbcode, and repo refactor. #15

Add dialogue choices, custom wait bbcode, and repo refactor.

Add dialogue choices, custom wait bbcode, and repo refactor. #15

Workflow file for this run

name: 📊 Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
gdlint:
name: GDLint
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo pip3 install -r requirements.txt
- name: Style checks via gdlint
run: |
bash ./ci/gdlint.sh