File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed
Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3636 steps :
3737 - name : Checkout code
3838 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39-
39+
4040 - name : Set up Homebrew
4141 id : set-up-homebrew
4242 uses : Homebrew/actions/setup-homebrew@master
Original file line number Diff line number Diff line change 44 # every day at midnight
55 schedule :
66 - cron : " 0 16 * * 3"
7- # on demand
7+ # on demand
88 workflow_dispatch :
99
1010jobs :
1111 auto-update :
1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15-
15+
1616 - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
17-
17+
1818 - uses : browniebroke/pre-commit-autoupdate-action@deb83bfe0036e1116ee4e241d6220274d69b1f9e # v1.0.0
1919 env :
2020 SKIP : " Reset Poetry Project Version to 0.0.0"
21-
21+
2222 - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
2323 if : always()
2424 with :
Original file line number Diff line number Diff line change @@ -127,4 +127,3 @@ dmypy.json
127127
128128# Vscode
129129.vscode
130-
Original file line number Diff line number Diff line change @@ -53,4 +53,3 @@ if OS.linux?
5353end
5454
5555# vim: set filetype=ruby syntax=brewfile
56-
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Read more about why this exists at the Target Tech blog post
88> [ !TIP]
99> ** Quickstart:** With [ Homebrew] ( https://brew.sh ) installed and ` brew ` available (` which brew ` ):
1010> ``` bash
11- > # if you use the gh CLI tool
11+ > # if you use the gh CLI tool
1212> gh repo clone target/make-python-devex
1313> # or just git
1414> git clone https://github.com/target/make-python-devex.git
You can’t perform that action at this time.
0 commit comments