Skip to content

roffit: detect RFC better by a leading non-word or start of line #15

roffit: detect RFC better by a leading non-word or start of line

roffit: detect RFC better by a leading non-word or start of line #15

Workflow file for this run

# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, 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