From a9b68b2d1bf3aa5e48640803ae15f462a5e3e8d4 Mon Sep 17 00:00:00 2001 From: Chisel Date: Tue, 18 Apr 2023 00:39:06 +0100 Subject: [PATCH] Change name of pre-commit workflow ... this fits better with the naming style of the other workflows --- .changes/unreleased/Changed-20230418-003955.yaml | 5 +++++ .github/workflows/pre-commit.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Changed-20230418-003955.yaml diff --git a/.changes/unreleased/Changed-20230418-003955.yaml b/.changes/unreleased/Changed-20230418-003955.yaml new file mode 100644 index 00000000..f112c12b --- /dev/null +++ b/.changes/unreleased/Changed-20230418-003955.yaml @@ -0,0 +1,5 @@ +kind: Changed +body: Change name of pre-commit workflow +time: 2023-04-18T00:39:55.253127+01:00 +custom: + GithubIssue: "" diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 48d99bc9..a9488ff7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,7 +8,7 @@ on: - '**/README.md' - '**/CHANGELOG.md' -name: pre-commit +name: Run pre-commit checks env: # https://laszlo.cloud/setting-gopath-in-github-actions