Skip to content

Commit

Permalink
remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
relwell committed Aug 20, 2024
1 parent f438495 commit 339481c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: orka-go-ci
name: ci

on:
pull_request:
Expand All @@ -22,11 +22,6 @@ jobs:
with:
go-version: ${{ env.GOLANG_VERSION }}

- name: Check for unused packages
run: |
make tidy
git diff --exit-code
- name: Format code
run: |
make fmt
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Format code
run: |
make fmt
git diff --exit-code
- name: Describe plugin
id: plugin_describe
run: echo "::set-output name=api_version::$(go run . describe | jq -r '.api_version')"
Expand Down

0 comments on commit 339481c

Please sign in to comment.