Added Getting Started to README
All checks were successful
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Successful in 1m52s

This commit is contained in:
2023-10-30 13:26:09 +01:00
parent 217f465dc7
commit 7a54c87fde
5 changed files with 102 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v32
with:
fetch-depth: 2
fetch-depth: 0
- name: Check if UI files are in the list of modified files
run: |
@@ -35,7 +35,7 @@ jobs:
export PATH=$PATH:$DEPS
# Setup git config
git config --global user.email "ui-asset-bot@clan.lol"
git config --global user.email "ui-asset-bot@gchq.icu"
git config --global user.name "ui-asset-bot"
################################################