From 10918c750dee90ef52086567d57d70d130bf5bc5 Mon Sep 17 00:00:00 2001 From: James Socol Date: Sat, 5 Nov 2022 17:58:16 -0400 Subject: Fix linting in CI for real This is what I get for enabling auto-merge before making lint a required status check. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d5665..d78cf7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: lint: runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v + - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: python-version: '3.11' -- cgit v1.2.1