From c8b9e1d3dd9504f5451cbe5632056130d5ac89df Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 6 Jan 2023 17:50:26 -0500 Subject: [PATCH] nicer job name --- .github/workflows/ci-scripts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-scripts.yml b/.github/workflows/ci-scripts.yml index fbb1eaad..451d4298 100644 --- a/.github/workflows/ci-scripts.yml +++ b/.github/workflows/ci-scripts.yml @@ -1,6 +1,8 @@ +name: ci-scripts + on: pull_request: - paths: scripts/**.ts + paths: [scripts/**.ts] jobs: typecheck: