From 68e7c77b2240595f569b1eb235beb77a8a2750d3 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Tue, 1 Nov 2022 20:26:13 -0500 Subject: [PATCH] fix(ci): pin + cache --- .github/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6aadb3ca..878412a9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,8 @@ on: push: branches: - master - + paths-ignore: + - '**/README.md' jobs: pre-commit-ci: name: Pre-Commit