From 4645640ee89c556132423f22d68b4f17f00efbbc Mon Sep 17 00:00:00 2001 From: atheesh Date: Thu, 15 Feb 2024 16:10:14 +0530 Subject: [PATCH] try fixing lint --- .github/linters/.golangci.yaml | 4 +--- .github/workflows/build.yml | 5 +---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/linters/.golangci.yaml b/.github/linters/.golangci.yaml index 990fd84de..d6ebb8d73 100644 --- a/.github/linters/.golangci.yaml +++ b/.github/linters/.golangci.yaml @@ -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' \ No newline at end of file + allow-all: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d278706f..95ee350db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,6 @@ defaults: jobs: build-binary: - permissions: - contents: write - packages: read - checks: write name: "Node binary" runs-on: ubuntu-20.04 @@ -83,3 +79,4 @@ jobs: with: name: cheqd-node-build.tar path: /tmp/cheqd-node-build.tar +