ssh-agent-action/.github/workflows/compile.yml

11 lines
200 B
YAML
Raw Normal View History

2021-03-01 07:32:27 +00:00
on: [push, pull_request]
jobs:
compile:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- run: |
cl test.c
test