Skip to content

Commit b177de0

Browse files
authored
Merge pull request #1 from r-dh/cleanup
Cleanup
2 parents a44be44 + 67a19eb commit b177de0

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.github/workflows/commitlint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Commitlint
2+
on: [push, pull_request]
3+
4+
jobs:
5+
lint:
6+
runs-on: ubuntu-latest
7+
env:
8+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9+
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
fetch-depth: 0
13+
- uses: wagoid/commitlint-github-action@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maria
22

3-
Maria is an early-stage library used by the research team of [Digital Arts and Entertainment](https://www.digitalartsandentertainment.be/page/133/Research).
3+
Maria is a CI proof of concept for a Unity C# Framework.
44

55
### Getting Started
66
Simply download the latest .unitypackage from [here](https://github.com/r-dh/Maria/releases) and double click it to import it into Unity.

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ skip_commits:
1414
files:
1515
- '.gitignore'
1616
- '*.md'
17+
- 'docs/*'
1718

1819
before_build:
1920
- nuget restore
@@ -27,12 +28,6 @@ before_package:
2728
artifacts:
2829
- path: '*.unitypackage'
2930

30-
deploy:
31-
description: 'Release'
32-
provider: GitHub
33-
auth_token:
34-
secure: iKdjMlSER5f4UWOvLmfM43Tf1xYs6hmF4yfvJllDC18xMr9F/nvHNFkIQUbqW5Ry
35-
3631
cache: '%APPDATA%\npm'
3732

3833
install:

0 commit comments

Comments
 (0)