Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 16, 2022
1 parent 431578a commit 89d40a8
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 26 deletions.
3 changes: 2 additions & 1 deletion checks/raw/packaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ import (
"fmt"
"path/filepath"

"github.com/rhysd/actionlint"

"github.com/ossf/scorecard/v4/checker"
"github.com/ossf/scorecard/v4/checks/fileparser"
"github.com/rhysd/actionlint"
)

// Packaging checks for packages.
Expand Down
2 changes: 1 addition & 1 deletion checks/raw/packaging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func TestIsPackagingWorkflow(t *testing.T) {
},
{
name: "python semantic release publish",
filename: "./testdata/github-workflow-packaging-python-semantic-release.yaml",
filename: "./testdata/.github/workflows/github-workflow-packaging-python-semantic-release.yaml",
expected: true,
},
{
Expand Down

This file was deleted.

0 comments on commit 89d40a8

Please sign in to comment.