Skip to content

README: fix the git clone to use a syntax that works #51

README: fix the git clone to use a syntax that works

README: fix the git clone to use a syntax that works #51

Workflow file for this run

# Copyright (C) 2000 - 2022 Daniel Stenberg, <[email protected]>, et al.
#
# SPDX-License-Identifier: curl
name: test
on:
# Trigger the workflow on push or pull requests, but only for the
# master branch
push:
branches:
- master
- '*/ci'
pull_request:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: make test