Skip to content

Commit aa50e05

Browse files
Merge pull request #8 from jcansdale-test/master
main
2 parents cbfebf6 + ae22d5c commit aa50e05

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on: [push]
4+
5+
jobs:
6+
build:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Run a one-line script
13+
run: echo Hello, world!
14+

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ More examples can be found [here](examples) and in the Test project.
4141

4242
- [Khronos Group glTF-CSharp-Loader](https://github.com/KhronosGroup/glTF-CSharp-Loader)
4343
- [Khronos Group UnityGLTF](https://github.com/KhronosGroup/UnityGLTF)
44+
45+
ping

0 commit comments

Comments
 (0)