mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-14 15:01:15 +00:00
test messages
This commit is contained in:
parent
6993abb7cd
commit
26d33186ad
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: |
|
||||
echo "::warning::Some warning message"
|
||||
echo "::error::Some error message"
|
||||
- uses: ./
|
||||
with:
|
||||
version: v1.26
|
||||
|
|
|
|||
Loading…
Reference in a new issue