25 lines
439 B
YAML
25 lines
439 B
YAML
name: Self Test
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
test:
|
|
container: offline-twitter/go
|
|
# container: node
|
|
steps:
|
|
- name: env
|
|
run: |
|
|
env
|
|
|
|
# - uses: actions/checkout@v4
|
|
|
|
- name: checkout
|
|
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/wispem/shellcheckout@${{ github.ref }}
|
|
|
|
- name: wc -l
|
|
run: |
|
|
set +x
|
|
pwd
|
|
ls
|
|
wc -l action.yml
|