From b318e985a74c8fecf042805679a11bfd9682200a Mon Sep 17 00:00:00 2001 From: Skyler Mansfield Date: Mon, 26 Feb 2024 18:14:09 +0000 Subject: [PATCH 1/2] Add workflow badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 359dde9..f1d0396 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # SUCSS Challenge Template +[![Python static type/format checks](https://github.com/sotoncyber/challenge_template/actions/workflows/checks.yaml/badge.svg)](https://github.com/sotoncyber/challenge_template/actions/workflows/checks.yaml) This template repository contains all the required files to start a simple challenge. From 6898c15ab9619c4302455e7f333d6f79474061cf Mon Sep 17 00:00:00 2001 From: Skyler Mansfield Date: Mon, 26 Feb 2024 18:15:24 +0000 Subject: [PATCH 2/2] rename CI job --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 04d067f..15aeeec 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -3,7 +3,7 @@ name: Python checks on: [push] jobs: - build: + checks: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2