diff --git a/.github/workflows/make-based-ci.yml b/.github/workflows/make-based-ci.yml index 195db1a..fecf0b7 100644 --- a/.github/workflows/make-based-ci.yml +++ b/.github/workflows/make-based-ci.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - + - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master diff --git a/.github/workflows/pre-commit-updates.yml b/.github/workflows/pre-commit-updates.yml index e945e01..2892605 100644 --- a/.github/workflows/pre-commit-updates.yml +++ b/.github/workflows/pre-commit-updates.yml @@ -4,7 +4,7 @@ on: # every day at midnight schedule: - cron: "0 16 * * 3" - # on demand + # on demand workflow_dispatch: jobs: @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 - + - uses: browniebroke/pre-commit-autoupdate-action@deb83bfe0036e1116ee4e241d6220274d69b1f9e # v1.0.0 env: SKIP: "Reset Poetry Project Version to 0.0.0" - + - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 if: always() with: diff --git a/.gitignore b/.gitignore index 17f163b..8755ffa 100644 --- a/.gitignore +++ b/.gitignore @@ -127,4 +127,3 @@ dmypy.json # Vscode .vscode - diff --git a/Brewfile b/Brewfile index 2ba15a7..ae51666 100644 --- a/Brewfile +++ b/Brewfile @@ -53,4 +53,3 @@ if OS.linux? end # vim: set filetype=ruby syntax=brewfile - diff --git a/README.md b/README.md index 0a03ab3..8b0d55a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Read more about why this exists at the Target Tech blog post > [!TIP] > **Quickstart:** With [Homebrew](https://brew.sh) installed and `brew` available (`which brew`): > ```bash -> # if you use the gh CLI tool +> # if you use the gh CLI tool > gh repo clone target/make-python-devex > # or just git > git clone https://github.com/target/make-python-devex.git