From dca40f024498c73d2b9805439ea65eefbf51b008 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 12 Apr 2020 09:33:47 -0500 Subject: [PATCH] name the GA jobs and update the README (#202) --- .github/workflows/ci.yml | 3 ++- .github/workflows/wheel-builder.yml | 1 + README.rst | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a4d3b3..1aa68be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +name: CI on: pull_request: {} push: @@ -63,4 +64,4 @@ jobs: - run: pip install tox - run: tox env: - TOXENV: ${{ matrix.PYTHON.TOXENV }} \ No newline at end of file + TOXENV: ${{ matrix.PYTHON.TOXENV }} diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index b24ab35..d66c191 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -1,3 +1,4 @@ +name: Wheel Builder on: repository_dispatch: types: [wheel-builder] diff --git a/README.rst b/README.rst index 4992e32..b63b2e0 100644 --- a/README.rst +++ b/README.rst @@ -8,8 +8,8 @@ bcrypt .. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master :target: https://travis-ci.org/pyca/bcrypt -.. image:: https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master - :target: https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master +.. image:: https://github.com/pyca/bcrypt/workflows/CI/badge.svg?branch=master + :target: https://github.com/pyca/bcrypt/actions?query=workflow%3ACI+branch%3Amaster Good password hashing for your software and your servers