Skip to content

Commit

Permalink
Remove unnecessary git reports and checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Hopkinson committed Aug 19, 2024
1 parent 712cbd6 commit eae1092
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 83 deletions.
Empty file added .github/.gitkeep
Empty file.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/Ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Compile and Lint 🔨

on:
push:
branches:
- main
- master
pull_request:

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Yarn Install 📦
run: |
yarn
- name: Linting 🧹
run: |
yarn lint
- name: Fetch OpenRCT2 Scripting Api
run: |
cd lib
sh FetchOpenRCT2Api.sh
cd ..
- name: Compiler 🏗️
run: |
yarn build
30 changes: 0 additions & 30 deletions .github/workflows/node.js.yml

This file was deleted.

0 comments on commit eae1092

Please sign in to comment.