Update gitignore, CI script, and repo metadata

This commit is contained in:
Aaron Franke
2020-10-29 02:21:43 -04:00
parent 32cefad700
commit 65c79f0a29
6 changed files with 38 additions and 15 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1,2 +0,0 @@
patreon: godotengine
custom: https://godotengine.org/donate

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View File

@@ -1,15 +1,19 @@
name: Continuous integration
name: Static Checks
on: [push, pull_request]
jobs:
build:
format:
name: File formatting (file_format.sh)
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint demo (format.sh)
- name: Install dependencies
run: |
sudo apt-get update -qq
sudo apt-get install -qq dos2unix recode
bash ./format.sh
- name: File formatting checks (file_format.sh)
run: |
bash ./file_format.sh