Skip to content

Commit

Permalink
Merge pull request #59 from GregoryGost/up-lib-20240804
Browse files Browse the repository at this point in the history
up libs, super-linter ts standard disable, versioning pull-req close …
  • Loading branch information
GregoryGost authored Aug 4, 2024
2 parents 041453d + b8c52fc commit 7b3af62
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 135 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/develop-self-versioning.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: Develop Self Versioning

on:
push:
pull_request:
branches:
- develop
types:
- closed

permissions:
contents: write

jobs:
develop-version:
if: github.event.pull_request.merged == true
name: Develop Self Versioning job
runs-on: ubuntu-latest

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ jobs:

- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v6.8.0
env:
DEFAULT_BRANCH: develop
FILTER_REGEX_EXCLUDE: dist/**/*
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TYPESCRIPT_DEFAULT_STYLE: prettier
VALIDATE_ALL_CODEBASE: true
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_JSCPD: false
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"@octokit/plugin-rest-endpoint-methods": "13.2.4",
"@octokit/types": "13.5.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@types/node": "22.1.0",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.0",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jest": "28.7.0",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-prettier": "5.2.1",
"jest": "29.7.0",
"make-coverage-badge": "1.2.0",
"prettier": "3.3.3",
"prettier-eslint": "16.3.0",
"semver": "7.6.3",
"ts-jest": "29.2.3",
"ts-jest": "29.2.4",
"type-fest": "4.23.0",
"typescript": "5.5.4"
}
Expand Down
Loading

0 comments on commit 7b3af62

Please sign in to comment.