mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 06:52:13 +00:00
10 lines
200 B
YAML
10 lines
200 B
YAML
on: [push, pull_request]
|
|
|
|
jobs:
|
|
compile:
|
|
runs-on: windows-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: |
|
|
cl test.c
|
|
test
|