Skip to content

Commit

Permalink
actions patterns and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
drmathias committed Aug 26, 2023
1 parent bb5cb5b commit 7e6cb13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Continuous Integration
on:
push:
branches:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release to NuGet
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+(?:-rc[0-9]+)?"
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Table of Contents

# Overview

![Continuous Integration Workflow](https://github.com/drmathias/robots/actions/workflows/ci.yml/badge.svg) ![Release Workflow](https://github.com/drmathias/robots/actions/workflows/release.yml/badge.svg)

Parse _robots.txt_ and _sitemaps_ using dotnet.
Supports the proposed [RFC9303](https://datatracker.ietf.org/doc/html/rfc9309#name-the-allow-and-disallow-line) standard, as well as the following common, non-standard directives:

Expand Down

0 comments on commit 7e6cb13

Please sign in to comment.