Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! add needs
  • Loading branch information
ammario committed Jul 23, 2022
commit 0bacfc55e6be2a42a4fdc88a69fd64698064dd9d
9 changes: 9 additions & 0 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:
run: |
echo "${{ toJSON(steps.filter) }}"
echo "DOCS_ONLY=${{ steps.filter.outputs.docs_count == steps.filter.outputs.all_count }} >> $GITHUB_ENV"

show-changes:
needs: changes
runs-on: ubuntu-latest
steps:
- id: log
run: |
echo "${{ toJSON(changesj) }}"

style-lint-golangci:
name: style/lint/golangci
timeout-minutes: 5
Expand Down