5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-09 19:46:55 +00:00
Commit graph

114 commits

Author SHA1 Message Date
Anthony Sottile
fff66c2ee6
Merge pull request #67 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2020-12-07 12:34:09 -08:00
pre-commit-ci[bot]
43f1ac52e5
[pre-commit.ci] pre-commit autoupdate 2020-12-07 20:30:42 +00:00
Anthony Sottile
d0b0a000b5
Merge pull request #65 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2020-11-23 08:50:14 -08:00
pre-commit-ci[bot]
ad5629e87a
[pre-commit.ci] pre-commit autoupdate 2020-11-23 16:40:33 +00:00
Anthony Sottile
3bd806dfd2
Merge pull request #63 from pre-commit/all-repos_autofix_gh-sponsors
Add link to GitHub Sponsors + Open Collective
2020-11-19 17:15:34 -08:00
Anthony Sottile
701022c8d6 Add link to GitHub Sponsors + Open Collective
at the time of writing I am currently unemployed.  I'd love to make open
source a full time career.  if you or your company is deriving value from
this free software, please consider [sponsoring] or [supporting].

[sponsoring]: https://github.com/sponsors/asottile
[supporting]: https://opencollective.com/pre-commit

Committed via https://github.com/asottile/all-repos
2020-11-19 17:11:29 -08:00
Anthony Sottile
67999eaeb9
Merge pull request #62 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2020-11-16 09:07:51 -08:00
pre-commit-ci[bot]
0264fe1953 [pre-commit.ci] pre-commit autoupdate 2020-11-16 17:05:12 +00:00
Anthony Sottile
da1173eb1d
Merge pull request #61 from pre-commit/pci
enable pre-commit.ci
2020-10-29 11:23:41 -07:00
Anthony Sottile
605aeba557 enable pre-commit.ci 2020-10-29 11:21:55 -07:00
Anthony Sottile
bedfaa0b24
Merge pull request #55 from s-weigand/add-selftest-after-build
CI test action after bundling
2020-10-12 15:18:43 -07:00
s-weigand
4daea80f9e Added test of the newly built action to the deploy workflow 2020-10-12 15:17:10 -07:00
Anthony Sottile
763fbafdff
Merge pull request #51 from ad-m/patch-1
Avoid update remote of repository
2020-10-09 18:02:13 -07:00
Adam Dobrawy
ca13fd436e
Avoid update remote of repository 2020-10-10 01:57:53 +02:00
Anthony Sottile
e7c888c0db
Merge pull request #50 from pre-commit/dependabot/npm_and_yarn/actions/core-1.2.6
Bump @actions/core from 1.2.4 to 1.2.6
2020-10-07 17:01:27 -07:00
dependabot[bot]
5dda5f6342
Bump @actions/core from 1.2.4 to 1.2.6
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 17:24:35 +00:00
Anthony Sottile
20242c7698
Merge pull request #46 from pre-commit/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-12 10:19:24 -07:00
dependabot[bot]
c1c73eab5d
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 11:09:52 +00:00
Anthony Sottile
ef992f5a23
Merge pull request #43 from Julian/patch-1
Update README example to use latest actions/setup-python and actions/checkout versions
2020-08-26 16:14:37 -07:00
Julian Berman
b305c68aec Same for actions/checkout. 2020-08-26 19:04:09 -04:00
Julian Berman
4d6e6a8f8d
Update README to use latest setup-python version 2020-08-26 19:02:48 -04:00
Anthony Sottile
2ac07a01eb
Merge pull request #40 from pre-commit/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-07-31 22:33:11 -07:00
dependabot[bot]
93420c9e5d
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 05:31:15 +00:00
Anthony Sottile
b9651b1a18
Merge pull request #38 from evanstoddard23/patch-1
update docs to use latest checkout action
2020-07-08 14:31:03 -07:00
Evan Stoddard
289a367e33 update docs to use latest checkout action
I can only get this to work when setting `fetch-depth: 0`. Otherwise, I see this error

```
push fixes
  /usr/bin/git config user.name pre-commit
  /usr/bin/git config user.email pre-commit@example.com
  /usr/bin/git checkout HEAD -b pre-commit-gha
  M	README.md
  Switched to a new branch 'pre-commit-gha'
  /usr/bin/git commit -am pre-commit fixes
  [pre-commit-gha 800dbc6] pre-commit fixes
   1 file changed, 1 insertion(+), 1 deletion(-)
  /usr/bin/git remote set-url origin ***github.com/***.git
  /usr/bin/git push origin HEAD
  To https://github.com/***.git
   ! [rejected]        HEAD -> pre-commit-gha (fetch first)
  error: failed to push some refs to 'https://github.com/***.git'
  hint: Updates were rejected because the remote contains work that you do
  hint: not have locally. This is usually caused by another repository pushing
  hint: to the same ref. You may want to first integrate the remote changes
  hint: (e.g., 'git pull ...') before pushing again.
```
2020-07-08 14:23:52 -07:00
Anthony Sottile
56c4e645ab
The cache code is now all in the action 2020-06-18 12:54:29 -07:00
Anthony Sottile
11c9daf372 v2.0.0 2020-06-13 13:05:36 -07:00
Anthony Sottile
aea23c4fca do not save the cache if it was restored 2020-06-13 12:58:38 -07:00
Anthony Sottile
5c843d930a
Merge pull request #31 from Trim21/master
embedding cache steps by using @actions/cache
2020-06-13 12:48:50 -07:00
Anthony Sottile
5a37a08ca7 simplifications 2020-06-13 12:46:08 -07:00
Trim21
4a08748ace embedding cache steps by using @actions/cache 2020-06-13 12:43:57 -07:00
Anthony Sottile
7d1e41a366
v1.1.1 (again) 2020-06-10 14:04:50 -07:00
Anthony Sottile
41b5967046
v1.1.1 2020-06-10 14:03:40 -07:00
Anthony Sottile
9d0c65630e
Merge pull request #34 from pre-commit/update2
use even newer versions
2020-06-10 13:43:51 -07:00
Anthony Sottile
429fdd0c1e use even newer versions 2020-06-10 13:41:57 -07:00
Anthony Sottile
f2f2263f6d
Merge pull request #33 from pre-commit/upgrade_packages
upgrade packages
2020-06-10 13:33:14 -07:00
Anthony Sottile
9890cdb47c upgrade packages 2020-06-10 13:21:15 -07:00
Anthony Sottile
771019abd6 set mode: production to silence webpack warning 2020-05-22 14:29:06 -07:00
Anthony Sottile
23a27b703c
Merge pull request #29 from pre-commit/include_license
include the license in the release output
2020-05-22 13:09:38 -07:00
Anthony Sottile
6310594289 include the license in the release output 2020-05-22 13:06:23 -07:00
Anthony Sottile
2658e129a9 add LICENSE resolves #25 2020-05-16 09:34:36 -07:00
Anthony Sottile
663c15c2eb v1.1.0 2020-05-15 08:20:10 -07:00
Anthony Sottile
b1bfac3edf
Merge pull request #15 from deepyaman/patch-1
Support `extra_args` keyword in pre-commit GitHub action
2020-05-15 08:16:32 -07:00
Deepyaman Datta
30b00a6cd9 Support extra_args keyword in pre-commit GitHub action 2020-05-15 08:14:38 -07:00
Anthony Sottile
56842c8f20
Merge pull request #24 from pre-commit/revert-20-patch-1
Revert "Update example to newer actions/* versions"
2020-05-12 07:50:49 -07:00
Anthony Sottile
fa11d0be91
Revert "Update example to newer actions/* versions" 2020-05-12 07:50:38 -07:00
Anthony Sottile
5cbdcfe916
Merge pull request #23 from pre-commit/all-repos_autofix_pre-commit-autoupdate
Run pre-commit autoupdate
2020-05-11 15:32:06 -07:00
Anthony Sottile
70cb1ebc8b Run pre-commit autoupdate
Committed via https://github.com/asottile/all-repos
2020-05-11 14:14:30 -07:00
Anthony Sottile
cbf0c679a9
Merge pull request #20 from pradyunsg/patch-1
Update example to newer actions/* versions
2020-05-07 17:16:05 -07:00
Pradyun Gedam
0ed43356a6
Update example to newer actions/* versions 2020-05-08 05:03:23 +05:30