19 lines
300 B
YAML
19 lines
300 B
YAML
name: Self Test
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
container: offline-twitter/go
|
|
steps:
|
|
- name: env
|
|
run: |
|
|
env
|
|
|
|
# - name: checkout
|
|
# uses: https://git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }}
|
|
|
|
- name: wc -l
|
|
run: wc -l action.yml
|
|
|