Test run name
This commit is contained in:
parent
1945b41b4b
commit
c3dc83ff1d
5 changed files with 9 additions and 2 deletions
.forgejo/workflows
|
@ -1,3 +1,4 @@
|
|||
name: Linting and checking code
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -9,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checking Out Repository Code
|
||||
uses: https://code.forgejo.org/actions/checkout@v3
|
||||
- name: Check if Version in package.json matches Tag
|
||||
- name: Get version from package.json
|
||||
run: |
|
||||
VERSION=$(npm pkg get version --workspaces=false | tr -d \")
|
||||
echo "Version is: '$VERSION'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue