From 18e9b32effcc4c6d403fa24048f39283831e42bc Mon Sep 17 00:00:00 2001 From: hodasemi Date: Wed, 16 Aug 2023 09:05:59 +0200 Subject: [PATCH] Add actions file --- .gitea/workflows/pull_request.yaml | 16 ++++++++++++++++ .vscode/settings.json | 6 +++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 .gitea/workflows/pull_request.yaml diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml new file mode 100644 index 0000000..613e304 --- /dev/null +++ b/.gitea/workflows/pull_request.yaml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index 6980d6b..ac35dea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "workbench.colorCustomizations": { - "activityBar.background": "#053607", - "titleBar.activeBackground": "#074B0A", - "titleBar.activeForeground": "#F2FEF3" + "activityBar.background": "#3F0F73", + "titleBar.activeBackground": "#5916A1", + "titleBar.activeForeground": "#FBF9FE" } } \ No newline at end of file