Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Go list implementation for detecting dependencies #5

Merged
merged 23 commits into from
May 24, 2022
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
Enable on master push
  • Loading branch information
lseppala authored May 23, 2022
commit f2af09039c65f935830949bf6a705fd98228570e
8 changes: 3 additions & 5 deletions .github/workflows/go-action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Go Action detection of dependencies
on:
push
# on:
# push:
# branches:
# - main
push:
branches:
- main
jobs:
go-action-detection:
runs-on: ubuntu-latest
Expand Down