Skip to content

Commit

Permalink
try fixing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 15, 2024
1 parent e04ea81 commit 4645640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/linters/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ linters-settings:
initialisms: ["ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS"]

depgaurd:
ignore:
- 'filippo.io/edwards25519'
- 'github.com/lestrrat-go/jwx/jwk'
allow-all: true
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ defaults:
jobs:

build-binary:
permissions:
contents: write
packages: read
checks: write
name: "Node binary"
runs-on: ubuntu-20.04

Expand Down Expand Up @@ -83,3 +79,4 @@ jobs:
with:
name: cheqd-node-build.tar
path: /tmp/cheqd-node-build.tar

0 comments on commit 4645640

Please sign in to comment.