14 lines
282 B
YAML
14 lines
282 B
YAML
name: Self Test
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
container: offline-twitter/go
|
|
steps:
|
|
- name: checkout
|
|
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}
|
|
|
|
- name: wc -l
|
|
run: wc -l action.yml
|