From b853a9667eff2ad317ec625045fe0e874fb8e0a1 Mon Sep 17 00:00:00 2001 From: Harry Ross Date: Fri, 22 Dec 2023 17:31:48 +1100 Subject: [PATCH] Fixed name of file, runs on main now --- .github/workflows/{pr-lint.yml => lint-code.yml} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename .github/workflows/{pr-lint.yml => lint-code.yml} (86%) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/lint-code.yml similarity index 86% rename from .github/workflows/pr-lint.yml rename to .github/workflows/lint-code.yml index 889b432..adbbe4f 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/lint-code.yml @@ -1,9 +1,12 @@ -name: Lint PR +name: Lint code on: pull_request: branches: - main + push: + branches: + - main jobs: lint: