generated from krampus/template-godot4
Compare commits
No commits in common. "9cd53d3a563693513a9a7af6e92b057a736f9583" and "f8fc28ed688f825cd150e993badb962d8736ce0c" have entirely different histories.
9cd53d3a56
...
f8fc28ed68
@ -1,32 +0,0 @@
|
|||||||
name: linting & formatting
|
|
||||||
run-name: ${{ gitea.actor }} is checking linting & formatting.
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- ci-test
|
|
||||||
tags:
|
|
||||||
- v*
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
run: |
|
|
||||||
git init
|
|
||||||
git remote add origin ${{ gitea.event.repository.clone_url }}
|
|
||||||
git fetch --depth 1 origin ${{ gitea.ref }}
|
|
||||||
git checkout FETCH_HEAD
|
|
||||||
git lfs pull
|
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v5.3.0
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
- name: Install gdscript-toolkit
|
|
||||||
run: pip install -r requirements.txt
|
|
||||||
- name: Run gdLint
|
|
||||||
run: gdlint src/
|
|
||||||
- name: Check formatting
|
|
||||||
run: gdformat -c src
|
|
@ -4,6 +4,8 @@ run-name: ${{ gitea.actor }} is publishing GFOLF ${{ gitea.ref_name }} to itch.i
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- ci-test
|
||||||
tags:
|
tags:
|
||||||
- v*
|
- v*
|
||||||
|
|
||||||
|
@ -1,16 +1,7 @@
|
|||||||
# Gfolf2
|
# Gfolf2
|
||||||
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
GFOLF: Combat Golf Action
|
GFOLF: Combat Golf Action
|
||||||
|
|
||||||
## About
|
|
||||||
|
|
||||||
Go hit your friends with golf balls!
|
|
||||||
|
|
||||||
A prototype under active development.
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
see [[DEVELOPMENT.md]]
|
see [[DEVELOPMENT.md]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user