Skip to content

use HTTPS URLs, fix one broken URL #39

use HTTPS URLs, fix one broken URL

use HTTPS URLs, fix one broken URL #39

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