Skip to content

Commit

Permalink
Merge pull request #117 from theparanoids/fix-license
Browse files Browse the repository at this point in the history
fix license workflow
  • Loading branch information
hkadakia authored Oct 23, 2023
2 parents ec7fb91 + 995b9e4 commit fcaef08
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches:
- main
pull_request:
pull_request:
permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions pam/cmdline.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Yahoo Inc.
// Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms.

package pam

var unknownCommand = []byte("unknown command")
3 changes: 3 additions & 0 deletions pam/cmdline_darwin_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Yahoo Inc.
// Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms.

package pam

import (
Expand Down
3 changes: 3 additions & 0 deletions pam/cmdline_linux_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2023 Yahoo Inc.
// Licensed under the terms of the Apache License 2.0. Please see LICENSE file in project root for terms.

package pam

import (
Expand Down

0 comments on commit fcaef08

Please sign in to comment.