mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
commit
7556b983cf
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
schedule:
|
||||||
|
- cron: '10 5 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
3
.vscode/agb.code-workspace
vendored
3
.vscode/agb.code-workspace
vendored
|
@ -24,6 +24,9 @@
|
||||||
{
|
{
|
||||||
"path": "../examples/hyperspace-roll"
|
"path": "../examples/hyperspace-roll"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "../.github"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "../template"
|
"path": "../template"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue