Files
animated-cube/.github/workflows/test.yaml
Zakary Timson 794aa4b560
All checks were successful
Workflow Test / Step One (push) Successful in 2s
Update .github/workflows/test.yaml
2023-08-06 23:52:21 +00:00

11 lines
160 B
YAML

name: Workflow Test
on: push
jobs:
first:
name: Step One
runs-on: ubuntu-latest
container: alpine/git
steps:
- run: pwd
- run: ls