mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-22 19:19:06 +08:00
11 lines
200 B
YAML
11 lines
200 B
YAML
on: [push, pull_request]
|
|
|
|
jobs:
|
|
compile:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: |
|
|
cl test.c
|
|
test
|