Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
72f0706a
Commit
72f0706a
authored
Oct 12, 2022
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add tsc to github workflows
parent
7fe06036
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
linters.yml
.github/workflows/linters.yml
+5
-3
package.json
package.json
+1
-0
No files found.
.github/workflows/linters.yml
View file @
72f0706a
name
:
Linter
s
name
:
Run code check
s
on
:
[
pull_request
]
on
:
[
pull_request
]
jobs
:
jobs
:
eslint
:
Check code
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
yarn
run
:
yarn
-
name
:
Run ESLint
-
name
:
Run ESLint
run
:
yarn lint:eslint
run
:
yarn lint:eslint
\ No newline at end of file
-
name
:
Compile TypeScript
run
:
yarn lint:tsc
\ No newline at end of file
package.json
View file @
72f0706a
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
"start"
:
"next start"
,
"start"
:
"next start"
,
"start:docker:poa_core"
:
"docker run -p 3000:3000 --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.secrets blockscout"
,
"start:docker:poa_core"
:
"docker run -p 3000:3000 --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.secrets blockscout"
,
"lint:eslint"
:
"./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx"
,
"lint:eslint"
:
"./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx"
,
"lint:tsc"
:
"./node_modules/.bin/tsc -p ./tsconfig.json"
,
"prepare"
:
"husky install"
,
"prepare"
:
"husky install"
,
"format-svg"
:
"./node_modules/.bin/svgo -r ./icons"
,
"format-svg"
:
"./node_modules/.bin/svgo -r ./icons"
,
"test-ct"
:
"playwright test -c playwright-ct.config.ts"
,
"test-ct"
:
"playwright test -c playwright-ct.config.ts"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment