Skip to content

Commit

Permalink
TW-419 Updated action and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
herkoss committed Jan 10, 2023
1 parent 713aafc commit 82e4e73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ jobs:
name: Checks if ts and lint works
runs-on: macos-latest
steps:
- name: Clone repository
uses: actions/checkout@v2

- name: Repository setup
uses: ./.github/workflows/repository-setup

- name: Check TypeScript
run: yarn ts

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"build": "tsc --skipLibCheck",
"ts": "tsc --pretty",
"lint": "eslint ./src --ext .js,.ts",
"lint:fix": "eslint ./src --ext .js,.ts --fix",
"clean": "rimraf dist/"
},
"devDependencies": {
Expand Down

0 comments on commit 82e4e73

Please sign in to comment.