12 lines
186 B
YAML
12 lines
186 B
YAML
name: Self Test
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
container: offline-twitter/go
|
|
steps:
|
|
- uses: https://git.offline-twitter.com/wispem/shellcheckout
|
|
- run: wc -l action.yml
|
|
|