generated from UK-Export-Finance/nestjs-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): dependencies updates (#350)
## Introduction * YAML formatting fixes * Dependencies updates * gitignore update --------- Co-authored-by: Abhi Markan <[email protected]>
- Loading branch information
1 parent
824cc52
commit f86fe4a
Showing
11 changed files
with
259 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,33 +7,32 @@ run-name: Executing lint QA on ${{ github.repository }} π | |
|
||
on: | ||
pull_request: | ||
branches: [ main ] | ||
branches: [main] | ||
paths: | ||
- 'src/**' | ||
- 'test/**' | ||
- "src/**" | ||
- "test/**" | ||
|
||
env: | ||
environment: 'qa' | ||
timezone: 'Europe/London' | ||
environment: "qa" | ||
timezone: "Europe/London" | ||
node: ${{ vars.NODE_VERSION }} | ||
|
||
jobs: | ||
|
||
# 1. Setup test infrastructure | ||
# 1. Setup test infrastructure | ||
setup: | ||
name: Infrastructure setup π§ | ||
runs-on: ubuntu-latest | ||
outputs: | ||
environment: ${{ env.environment }} | ||
timezone: ${{ env.timezone }} | ||
steps: | ||
- name: Environment π§ͺ | ||
run: echo "Environment set to ${{ env.environment }}" | ||
- name: Timezone π | ||
run: echo "Timezone set to ${{ env.timezone }}" | ||
- name: Environment π§ͺ | ||
run: echo "Environment set to ${{ env.environment }}" | ||
|
||
- name: Timezone π | ||
run: echo "Timezone set to ${{ env.timezone }}" | ||
|
||
# 2. Lint | ||
# 2. Lint | ||
lint: | ||
name: Scanning π¨ | ||
environment: | ||
|
@@ -44,7 +43,7 @@ jobs: | |
uses: szenius/[email protected] | ||
with: | ||
timezoneLinux: ${{ needs.setup.outputs.timezone }} | ||
|
||
- name: Repository | ||
uses: actions/checkout@v3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# UKEF | ||
.env | ||
.env* | ||
|
||
# compiled output | ||
/dist | ||
|
Oops, something went wrong.