Skip to content

Commit

Permalink
Merge pull request #14 from CaptnCodr/master
Browse files Browse the repository at this point in the history
Update Readme description
  • Loading branch information
grahamrhay authored Sep 13, 2022
2 parents 17f9357 + aa66219 commit d86a825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build and Test

on:
push:
branches:
branches:
- master
pull_request:
branches:
branches:
- master

jobs:
Expand All @@ -15,17 +15,17 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
dotnet: [6.0.302]
dotnet: [6.0.400]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3

- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet }}

- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ NHamcrest
[![Build and Test](https://github.com/nhamcrest/NHamcrest/actions/workflows/main.yml/badge.svg?branch=master&event=push)](https://github.com/nhamcrest/NHamcrest/actions/workflows/main.yml)
[![NuGet Status](https://buildstats.info/nuget/NHamcrest)](https://www.nuget.org/packages/NHamcrest/)

This is idiomatic C# port of (http://code.google.com/p/hamcrest/), specifically the Java version.
This is an idiomatic C# port of [Java Hamcrest](https://github.com/hamcrest/JavaHamcrest).

0 comments on commit d86a825

Please sign in to comment.