Skip to content

Commit

Permalink
feat: support windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 2, 2024
1 parent dde82bd commit 9c598f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-icons/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
export GOPATH
go get github.com/cratonica/2goarray
go install github.com/cratonica/2goarray
bash generate-icons.sh
./generate-icons.sh
- uses: actions/upload-artifact@v4
if: ${{ inputs.upload_artifact == 'true' }}
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ jobs:
fetch-depth: 0

- uses: ./.github/actions/generate-icons
with:
upload_artifact: false

- name: Super-linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: icons/*.go
commitlint:
runs-on: ubuntu-latest
steps:
Expand Down
Empty file modified generate-icons.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion ping.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package main

import (
probing "github.com/prometheus-community/pro-bing"
"runtime"

probing "github.com/prometheus-community/pro-bing"
)

var pinger *probing.Pinger
Expand Down

0 comments on commit 9c598f3

Please sign in to comment.