animated-cube/.github/workflows/test.yaml

11 lines
160 B
YAML
Raw Normal View History

2023-08-06 19:20:12 -04:00
name: Workflow Test
on: push
jobs:
2023-08-06 19:21:10 -04:00
first:
name: Step One
runs-on: ubuntu-latest
2023-08-06 19:52:21 -04:00
container: alpine/git
2023-08-06 19:21:10 -04:00
steps:
2023-08-06 19:47:39 -04:00
- run: pwd
2023-08-06 19:41:22 -04:00
- run: ls