Skip to content

Commit

Permalink
Merge branch 'waywardmonkeys/update-ci' (#350)
Browse files Browse the repository at this point in the history
* waywardmonkeys/update-ci:
  ci: Remove appveyor config and build status badges.
  ci: Update to `actions/checkout@v3`.
  • Loading branch information
tzemanovic committed Jul 29, 2023
2 parents 17ad16e + 46c8a2a commit 27d857f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install Rust
Expand Down
19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion proptest/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Proptest

[![Build Status](https://github.com/proptest-rs/proptest/workflows/Rust/badge.svg?branch=master)](https://github.com/proptest-rs/proptest/actions)
[![Build status](https://ci.appveyor.com/api/projects/status/ofe98xfthbx1m608/branch/master?svg=true)](https://ci.appveyor.com/project/AltSysrq/proptest/branch/master)
[![](https://img.shields.io/crates/v/proptest.svg)](https://crates.io/crates/proptest)
[![](https://img.shields.io/website/https/proptest-rs.github.io/proptest.svg)][book]
[![](https://docs.rs/proptest/badge.svg)][api-docs]
Expand Down
1 change: 0 additions & 1 deletion proptest/readme-prologue.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Proptest

[![Build Status](https://github.com/proptest-rs/proptest/workflows/Rust/badge.svg?branch=master)](https://github.com/proptest-rs/proptest/actions)
[![Build status](https://ci.appveyor.com/api/projects/status/ofe98xfthbx1m608/branch/master?svg=true)](https://ci.appveyor.com/project/AltSysrq/proptest/branch/master)
[![](https://img.shields.io/crates/v/proptest.svg)](https://crates.io/crates/proptest)
[![](https://img.shields.io/website/https/proptest-rs.github.io/proptest.svg)][book]
[![](https://docs.rs/proptest/badge.svg)][api-docs]
Expand Down

0 comments on commit 27d857f

Please sign in to comment.