Skip to content

Merge pull request #10 from kenji-yamasaki/test_007 #40

Merge pull request #10 from kenji-yamasaki/test_007

Merge pull request #10 from kenji-yamasaki/test_007 #40

Workflow file for this run

name: Annotation
on: push
jobs:
print:
runs-on: ubuntu-latest
steps:
- run: echo "::error::This is an error"
- run: echo "::warning::This is a warning"
- run: echo "::notice::This is a notice"