Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
exchain
nebula
Commits
2e382280
Unverified
Commit
2e382280
authored
Oct 06, 2021
by
Maurelian
Committed by
Kelvin Fichter
Nov 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Keep solidity linting separate from lint:check
Should fix broken CI
parent
d339a0b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ts-packages.yml
.github/workflows/ts-packages.yml
+1
-1
package.json
packages/contracts/package.json
+1
-1
No files found.
.github/workflows/ts-packages.yml
View file @
2e382280
...
...
@@ -159,7 +159,7 @@ jobs:
run
:
yarn install
-
name
:
Lint JS and TS
run
:
yarn lint:
typescript:
check
run
:
yarn lint:check
-
name
:
Lint Solidity
working-directory
:
./packages/contracts
...
...
packages/contracts/package.json
View file @
2e382280
...
...
@@ -30,7 +30,7 @@
"posttest:slither"
:
"rm -f @openzeppelin && rm -f @ens && rm -f hardhat"
,
"lint:typescript:check"
:
"eslint ."
,
"lint:contracts:check"
:
"yarn prettier --check 'contracts/**/*.sol'"
,
"lint:check"
:
"yarn lint:
contracts:check && yarn lint:
typescript:check"
,
"lint:check"
:
"yarn lint:typescript:check"
,
"lint"
:
"yarn lint:check"
,
"lint:typescript:fix"
:
"eslint --fix ."
,
"lint:contracts:fix"
:
"yarn prettier --write 'contracts/**/*.sol'"
,
...
...
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