Zernit/.github/workflows/test.yml

9 lines
201 B
YAML
Raw Normal View History

2020-02-18 00:46:21 +01:00
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
steps:
2020-02-18 01:16:29 +01:00
- uses: actions/checkout@v2
2020-02-18 00:59:58 +01:00
- name: Hello world action step
2020-02-18 01:30:11 +01:00
uses: ./.github/custom-actions/sourcehub-layer