Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Feb 23, 2024
1 parent ec9362a commit ca8db94
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: QA & sanity checks
on:
push:
branches:
- main
tags:
- "*"
pull_request:

env:
Expand All @@ -30,7 +26,7 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt install -y ${{ env.apt_deps }}
- uses: actions/checkout@v4
- name: Go code sanity check
uses: canonical/desktop-engineering/gh-actions/go/code-sanity@main
uses: 3v1n0/desktop-engineering/gh-actions/go/code-sanity@fix-generate-test
with:
golangci-lint-configfile: ".golangci.yaml"
tools-directory: "tools"
Expand Down

0 comments on commit ca8db94

Please sign in to comment.