Add actions file
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 16m59s

This commit is contained in:
hodasemi 2023-08-16 09:05:59 +02:00
parent c4d199ac4b
commit 18e9b32eff
2 changed files with 19 additions and 3 deletions

View file

@ -0,0 +1,16 @@
name: Gavania Merge Build
run_name: Test successful gavania build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
build:
steps:
- uses: https://github.com/actions/checkout@v3
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build
run: cargo build

View file

@ -1,7 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#053607",
"titleBar.activeBackground": "#074B0A",
"titleBar.activeForeground": "#F2FEF3"
"activityBar.background": "#3F0F73",
"titleBar.activeBackground": "#5916A1",
"titleBar.activeForeground": "#FBF9FE"
}
}