mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-25 17:11:55 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- run: |
|
||||||
|
echo "::warning::Some warning message"
|
||||||
|
echo "::error::Some error message"
|
||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
version: v1.26
|
version: v1.26
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue