Sean McGinnis
a12ae43dd8
Add --overwrite flag to tar extraction ( #156 )
...
* Add --overwrite flag to tar extraction
There are times when previous actions have already extracted at least
some files to the cache location. This results in subsequent cache
extraction operations to emit errors such as:
> /usr/bin/tar: [dest_file_path]: Cannot open: File exists
This adds the --overwrite flag to the extract call to force tar to
just overwrite these files rather than reporting errors.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com >
* npm run lint-fix & npm run format
* ignore macOS
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com >
2021-02-23 09:00:58 -06:00
dependabot[bot]
f1dee55574
build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0 ( #168 )
...
* build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.15.0 to 8.0.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
* update .eslintrc.json and re-build
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com >
2021-02-23 07:29:01 -06:00
Zik
23487cb16f
Update "version" config in README example ( #167 )
...
#98 was closed by #101 , but the README still says that only a major-minor version is accepted. It also says that this field is required, but `action.yml` says otherwise. Copy the description from `action.yml` into the README for consistency.
2021-02-23 06:20:09 -06:00
dependabot[bot]
84560243ae
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #171 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.34.0 to 4.15.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.1/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 09:22:09 -06:00
dependabot[bot]
3e54e516ae
build(deps-dev): bump @types/node from 14.14.28 to 14.14.31 ( #170 )
2021-02-22 13:40:06 +01:00
dependabot[bot]
2f717c44f2
build(deps-dev): bump @typescript-eslint/parser from 4.15.0 to 4.15.1 ( #169 )
2021-02-22 13:07:56 +01:00
dependabot[bot]
4a6ab128b0
build(deps-dev): bump @types/node from 14.14.25 to 14.14.28 ( #164 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.25 to 14.14.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 22:39:02 +11:00
dependabot[bot]
f9b6927981
build(deps-dev): bump eslint from 6.8.0 to 7.20.0 ( #163 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.8.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.20.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-16 22:38:50 +11:00
dependabot[bot]
41858b8c7c
build(deps-dev): bump typescript from 4.1.3 to 4.1.5 ( #162 )
2021-02-16 12:16:09 +01:00
dependabot[bot]
67236c010b
build(deps-dev): bump @typescript-eslint/parser from 2.34.0 to 4.15.0 ( #161 )
2021-02-16 12:15:38 +01:00
Sergey Vilgelm
544d2efb30
Update dist folder ( #160 )
2021-02-14 18:50:33 +01:00
Sindre Røkenes Myren
0dd30832fc
Add options to skip caching of folders. ( #154 )
...
Add option to skip caching the Go package directory (~/go/pkg).
Add option to skip caching the Go build directory (~/.cache/go-build).
Update README to mention new options.
2021-02-14 10:59:58 -06:00
dependabot[bot]
e1ae6cf354
build(deps-dev): bump @types/node from 14.14.22 to 14.14.25 ( #158 )
2021-02-08 10:04:43 +01:00
dependabot[bot]
0ef0ffc44e
build(deps): bump @actions/cache from 1.0.5 to 1.0.6 ( #159 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-08 16:54:09 +11:00
dependabot[bot]
125ac487c1
build(deps-dev): bump @types/node from 14.14.21 to 14.14.22 ( #152 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.21 to 14.14.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-25 14:18:44 +08:00
Petr Pučil
e246bba31d
Fix a typo in README.md (it's->its) ( #151 )
...
See https://www.grammarly.com/blog/possessive-pronouns/ : A Common Mistake: Its vs. It’s
2021-01-23 01:23:41 +01:00
dependabot[bot]
147f37a473
build(deps-dev): bump @types/node from 14.14.20 to 14.14.21 ( #149 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.20 to 14.14.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-18 14:12:26 +08:00
dependabot[bot]
a19645e82f
build(deps-dev): bump eslint-plugin-prettier from 3.3.0 to 3.3.1 ( #148 )
2021-01-11 10:15:27 +01:00
dependabot[bot]
286cf073ea
build(deps-dev): bump @types/node from 14.14.19 to 14.14.20 ( #147 )
2021-01-11 10:15:08 +01:00
dependabot[bot]
7641a6707d
build(deps-dev): bump @types/node from 14.14.16 to 14.14.19 ( #145 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.16 to 14.14.19.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-04 14:22:37 +08:00
Sergey Vilgelm
e4e910b0ce
Add a skip-go-installation to use pre-installed Go ( #144 )
...
* update package-lock.json
* Add skip-go-installation to use pre-installed Go
Add the golangci-lint to PATH
2020-12-31 11:20:57 -06:00
dependabot[bot]
89d96d6c20
build(deps-dev): bump eslint-plugin-simple-import-sort from 5.0.3 to 7.0.0 ( #137 )
...
* build(deps-dev): bump eslint-plugin-simple-import-sort
Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort ) from 5.0.3 to 7.0.0.
- [Release notes](https://github.com/lydell/eslint-plugin-simple-import-sort/releases )
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lydell/eslint-plugin-simple-import-sort/compare/v5.0.3...v7.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
* update dist
* update .eslintrc.json
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com >
2020-12-28 22:41:47 -06:00
dependabot[bot]
45f3a377de
build(deps-dev): bump @types/node from 14.14.14 to 14.14.16 ( #143 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.14 to 14.14.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-28 14:10:50 +08:00
dependabot[bot]
943013ec20
build(deps-dev): bump @types/node from 14.14.13 to 14.14.14 ( #142 )
2020-12-21 10:16:58 +01:00
dependabot[bot]
49a9e469b1
build(deps-dev): bump typescript from 4.1.2 to 4.1.3 ( #140 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:20:44 +08:00
dependabot[bot]
528677aa24
build(deps-dev): bump @types/node from 14.14.10 to 14.14.13 ( #139 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.10 to 14.14.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:20:04 +08:00
dependabot[bot]
85798b53e5
build(deps): bump @actions/cache from 1.0.4 to 1.0.5 ( #141 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:19:45 +08:00
dependabot[bot]
d164f0d6d8
build(deps-dev): bump eslint-plugin-prettier from 3.2.0 to 3.3.0 ( #138 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.2.0...v3.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14 14:19:29 +08:00
dependabot[bot]
9cf34bb2b8
build(deps-dev): bump eslint-plugin-prettier from 3.1.4 to 3.2.0 ( #136 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.4 to 3.2.0.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.4...v3.2.0 )
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-07 14:12:21 +08:00
dependabot[bot]
629aad184c
build(deps-dev): bump @types/node from 14.14.9 to 14.14.10 ( #134 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.9 to 14.14.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 14:15:03 +08:00
dependabot[bot]
1bac7d9888
build(deps-dev): bump prettier from 2.1.2 to 2.2.1 ( #133 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.2...2.2.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-30 14:14:12 +08:00
dependabot[bot]
44fae30515
build(deps-dev): bump typescript from 4.0.5 to 4.1.2 ( #131 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 18:32:03 +11:00
dependabot[bot]
689e90e8a0
build(deps-dev): bump @types/node from 14.14.7 to 14.14.9 ( #130 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.7 to 14.14.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-23 18:31:53 +11:00
dependabot[bot]
d73150ab3c
build(deps-dev): bump @types/node from 14.14.6 to 14.14.7 ( #124 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.6 to 14.14.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 17:02:36 +11:00
dependabot[bot]
2c3839ff26
build(deps): bump @actions/tool-cache from 1.6.0 to 1.6.1 ( #125 )
...
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-16 17:02:13 +11:00
dependabot[bot]
f881d993a0
build(deps): bump @actions/cache from 1.0.3 to 1.0.4 ( #123 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-09 16:55:23 +11:00
dependabot[bot]
d3f3b8adb7
build(deps-dev): bump typescript from 4.0.3 to 4.0.5 ( #120 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.3 to 4.0.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.3...v4.0.5 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:28:54 +11:00
dependabot[bot]
e3e2a92cbd
build(deps-dev): bump @types/node from 14.14.3 to 14.14.6 ( #121 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.14.3 to 14.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:28:31 +11:00
dependabot[bot]
e1bd4355fb
build(deps-dev): bump eslint-config-prettier from 6.14.0 to 6.15.0 ( #122 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.14.0 to 6.15.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.14.0...v6.15.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-11-02 17:28:13 +11:00
dependabot[bot]
345e5340e3
build(deps-dev): bump @types/node from 14.11.10 to 14.14.3 ( #116 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.10 to 14.14.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 17:21:51 +11:00
dependabot[bot]
13e9e901f4
build(deps): bump @actions/cache from 1.0.2 to 1.0.3 ( #117 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 16:54:07 +11:00
dependabot[bot]
771153bfbc
build(deps-dev): bump eslint-config-prettier from 6.13.0 to 6.14.0 ( #115 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.13.0 to 6.14.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.13.0...v6.14.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-26 16:53:40 +11:00
dependabot[bot]
e868220d9f
build(deps-dev): bump @types/node from 14.11.8 to 14.11.10 ( #114 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.8 to 14.11.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 16:56:46 +11:00
dependabot[bot]
0348c21999
build(deps-dev): bump eslint-config-prettier from 6.12.0 to 6.13.0 ( #113 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.12.0 to 6.13.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.12.0...v6.13.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-19 16:56:32 +11:00
Tam Mach
a1c5369c06
feat(version): Support for patch verison ( #101 )
...
This commit is to support X.Y.Z version in config.
- if X.Y.Z version is passed, honour it 👍
- if X.Y version is passed, keep the same behaviour
as it is right now.
Closes #98
Signed-off-by: Tam Mach <sayboras@yahoo.com >
2020-10-17 16:52:51 +08:00
Tam Mach
90fbd40fc4
ci(codql): Add codeQL from github ( #100 )
...
This commit is to add codeQL scanning, which was recently introduced by github
Signed-off-by: Tam Mach <sayboras@yahoo.com >
2020-10-16 20:09:27 +11:00
dependabot[bot]
3d2a5790a3
build(deps-dev): bump @types/node from 14.11.2 to 14.11.8 ( #107 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.2 to 14.11.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 16:49:37 +11:00
Tam Mach
54a84d46fb
chore(dist): Update dist directory after few dependent bot PRs ( #99 )
...
This commit is to update dist directory after few dependent bot PRs
Signed-off-by: Tam Mach <sayboras@yahoo.com >
2020-10-11 20:39:48 +03:00
Viacheslav Poturaev
ba0e91ca3a
Add main to list of branches in README example ( #104 )
2020-10-08 12:37:20 +02:00
dependabot[bot]
4957db1776
build(deps): bump setup-go from v2.1.2 to v2.1.3 ( #102 )
...
Bumps [setup-go](https://github.com/actions/setup-go ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/8a3a76c2171de8c3be20bec507b6d829ccae48ba...37335c7bb261b353407cff977110895fa0b4f7d8 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-07 10:33:57 +08:00
dependabot[bot]
2ea701ccbd
build(deps-dev): bump eslint-plugin-import from 2.22.0 to 2.22.1 ( #94 )
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.22.0 to 2.22.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-03 22:31:52 +10:00
dependabot[bot]
b6429a6771
build(deps-dev): bump eslint-config-prettier from 6.11.0 to 6.12.0 ( #95 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-03 21:31:21 +10:00
dependabot[bot]
7ba2fe0d4d
build(deps-dev): bump @types/node from 14.11.1 to 14.11.2 ( #97 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.1 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-03 21:31:13 +10:00
dependabot[bot]
b248ff60d3
build(deps-dev): bump prettier from 2.1.1 to 2.1.2 ( #92 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-03 21:30:49 +10:00
dependabot[bot]
0f7d62b0dc
build(deps): bump @actions/core from 1.2.5 to 1.2.6 ( #96 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.5 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 >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-28 14:47:34 +08:00
dependabot[bot]
f16cd8cd00
build(deps-dev): bump typescript from 4.0.2 to 4.0.3 ( #90 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 15:01:01 +08:00
dependabot[bot]
f745d2bb6b
build(deps): bump @types/semver from 7.3.3 to 7.3.4 ( #91 )
...
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) from 7.3.3 to 7.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 14:42:02 +08:00
dependabot[bot]
9bf04a21dc
build(deps-dev): bump @types/node from 14.10.1 to 14.11.1 ( #93 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.1 to 14.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 14:41:50 +08:00
dependabot[bot]
273fa7ab10
build(deps-dev): bump @types/node from 14.6.4 to 14.10.1 ( #89 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.4 to 14.10.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 17:34:17 +10:00
dependabot[bot]
18087a51d1
build(deps): bump node-fetch from 2.6.0 to 2.6.1 ( #88 )
...
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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-13 08:00:06 +10:00
Cory LaNou
37037d32f2
Add instructions for multi-os linting ( #86 )
...
* Add instructions for multi-os linting
Added a matrix to show how to do multi-os lint builds. This is specifically needed if you have files like `_darwin.go` or `_windows.go`, etc. If you don't lint on that specific OS, then those files will NOT be linted.
I also added a note about `.gitattributes` needing to have the line endings correctly checked out, otherwise linting will fail for formatting as well.
2020-09-08 14:51:55 -05:00
dependabot[bot]
9d250b4a7c
build(deps-dev): bump @types/node from 14.6.2 to 14.6.4 ( #85 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.2 to 14.6.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-07 08:17:26 +02:00
dependabot[bot]
e820a262b2
build(deps-dev): bump prettier from 2.0.5 to 2.1.1 ( #79 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.0.5...2.1.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 14:58:44 +08:00
dependabot[bot]
3b7ba9cb59
build(deps): bump @actions/core from 1.2.4 to 1.2.5 ( #78 )
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.2.4 to 1.2.5.
- [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 >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 14:58:33 +08:00
dependabot[bot]
2efd4a3be8
build(deps-dev): bump @types/node from 14.6.0 to 14.6.2 ( #80 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.6.0 to 14.6.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 14:58:15 +08:00
dependabot[bot]
0098fd17c9
build(deps-dev): bump typescript from 3.9.7 to 4.0.2 ( #77 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.7 to 4.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.7...v4.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 13:11:36 -05:00
dependabot[bot]
863caeb194
build(deps-dev): bump @types/node from 14.0.27 to 14.6.0 ( #76 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.27 to 14.6.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-24 13:11:27 -05:00
dependabot[bot]
1d3f25bff9
build(deps): bump @types/semver from 7.3.2 to 7.3.3 ( #72 )
...
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) from 7.3.2 to 7.3.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 16:36:34 -05:00
dependabot[bot]
62252c6349
build(deps): bump @types/semver from 7.3.1 to 7.3.2 ( #69 )
...
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 16:34:03 -05:00
dependabot[bot]
9535745fa5
build(deps-dev): bump @types/uuid from 8.0.1 to 8.3.0 ( #70 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 8.0.1 to 8.3.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 16:33:49 -05:00
dependabot[bot]
dc87c27dac
build(deps): bump setup-go from v2.1.1 to v2.1.2 ( #71 )
...
Bumps [setup-go](https://github.com/actions/setup-go ) from v2.1.1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/d0c5defdf364f1d1fb07530c000084836192af9c...8a3a76c2171de8c3be20bec507b6d829ccae48ba )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-17 16:33:30 -05:00
Sergey Vilgelm
87260465c1
Update dist after dependabot PRs ( #68 )
2020-08-10 07:04:21 -05:00
dependabot[bot]
014f5e25d2
build(deps-dev): bump @types/uuid from 8.0.0 to 8.0.1 ( #67 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 14:43:07 +08:00
dependabot[bot]
a520c23e6f
build(deps): bump @actions/cache from 1.0.1 to 1.0.2 ( #66 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-10 14:41:59 +08:00
Sergey Vilgelm
6317259e28
Run action on different platforms ( #65 )
2020-08-03 17:35:08 +03:00
Sergey Vilgelm
809d3b078b
Support latest tag for golangci-lint version ( #64 )
2020-08-02 11:04:32 -05:00
dependabot[bot]
b026646c83
build(deps): bump @actions/github from 2.1.1 to 4.0.0 ( #45 )
...
* build(deps): bump @actions/github from 2.1.1 to 4.0.0
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 2.1.1 to 4.0.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix usage of github action
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com >
2020-08-02 06:08:36 -05:00
Sergey Vilgelm
c598686db1
Update dist after the dependabot PRs ( #62 )
2020-08-01 09:09:28 -05:00
dependabot[bot]
25d72af787
build(deps): bump @actions/tool-cache from 1.5.5 to 1.6.0 ( #61 )
...
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache ) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 06:17:57 -05:00
dependabot[bot]
79f232513c
build(deps-dev): bump @types/node from 14.0.23 to 14.0.26 ( #60 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.0.23 to 14.0.26.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:09:32 +08:00
dependabot[bot]
f7f5eff206
build(deps): bump @actions/cache from 0.2.1 to 1.0.1 ( #59 )
...
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 0.2.1 to 1.0.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/io@1.0.1/packages/cache )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Xiang Dai <long0dai@foxmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:08:57 +08:00
dependabot[bot]
485c6a047e
build(deps-dev): bump typescript from 3.9.6 to 3.9.7 ( #57 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.6 to 3.9.7.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.6...v3.9.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:08:12 +08:00
dependabot[bot]
e2ff3f296a
build(deps): bump setup-go from v2.1.0 to v2.1.1 ( #58 )
...
Bumps [setup-go](https://github.com/actions/setup-go ) from v2.1.0 to v2.1.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/1616116e1b39417f86ba049745f1a8946d4d00e7...d0c5defdf364f1d1fb07530c000084836192af9c )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:08:03 +08:00
Sergey Vilgelm
294f27a519
Update README and test action to use v1.29 ( #56 )
2020-07-23 11:01:52 +08:00
Sergey Vilgelm
c238b72278
Prepare v2.0.0 ( #40 )
2020-07-15 12:18:02 -05:00
Tam Mach
ba40dc6b1d
Run the build after dependabot PRs ( #54 )
2020-07-15 09:15:21 +10:00
dependabot[bot]
65dc624d8b
build(deps-dev): bump prettier from 1.19.1 to 2.0.5 ( #52 )
...
* build(deps-dev): bump prettier from 1.19.1 to 2.0.5
Bumps [prettier](https://github.com/prettier/prettier ) from 1.19.1 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.5 )
Signed-off-by: dependabot[bot] <support@github.com >
* Fix prettier
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com >
2020-07-14 09:25:11 -05:00
dependabot[bot]
466abb7dfd
build(deps-dev): bump @typescript-eslint/parser from 2.30.0 to 2.34.0 ( #53 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 2.30.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 09:10:40 -05:00
dependabot[bot]
5c7c749f16
build(deps-dev): bump typescript from 3.8.3 to 3.9.6 ( #51 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.8.3 to 3.9.6.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.8.3...v3.9.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 09:05:15 -05:00
dependabot[bot]
2f458de87f
build(deps-dev): bump @types/node from 12.12.37 to 14.0.23 ( #47 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 12.12.37 to 14.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 09:00:15 -05:00
dependabot[bot]
94d029dd63
build(deps): bump @types/semver from 7.1.0 to 7.3.1 ( #48 )
...
Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) from 7.1.0 to 7.3.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:57:44 -05:00
dependabot[bot]
a5502f9224
build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.22.0 ( #49 )
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.20.2 to 2.22.0.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.2...v2.22.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:55:26 -05:00
dependabot[bot]
fa6ef09daf
build(deps-dev): bump @types/uuid from 3.4.9 to 8.0.0 ( #50 )
...
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) from 3.4.9 to 8.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:51:27 -05:00
dependabot[bot]
2effa0b58a
build(deps-dev): bump @typescript-eslint/eslint-plugin ( #44 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.30.0 to 2.34.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.34.0/packages/eslint-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:43:50 -05:00
dependabot[bot]
3b01eb9dce
build(deps-dev): bump eslint-plugin-prettier from 3.1.3 to 3.1.4 ( #43 )
...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.3...v3.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:40:43 -05:00
dependabot[bot]
0d019f3dae
build(deps-dev): bump @zeit/ncc from 0.20.5 to 0.22.3 ( #42 )
...
Bumps [@zeit/ncc](https://github.com/zeit/ncc ) from 0.20.5 to 0.22.3.
- [Release notes](https://github.com/zeit/ncc/releases )
- [Commits](https://github.com/zeit/ncc/compare/0.20.5...0.22.3 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:36:34 -05:00
dependabot[bot]
48e7180822
build(deps): bump @actions/tool-cache from 1.3.4 to 1.5.5 ( #46 )
...
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache ) from 1.3.4 to 1.5.5.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/tool-cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-14 08:30:27 -05:00
Sergey Vilgelm
8577a0ee23
Enable dependabot ( #41 )
2020-07-14 08:26:47 -05:00
Joe Wilner
cf72500b28
Add path prefix if working director specified ( #34 )
2020-07-10 19:20:33 +00:00
Tam Mach
d737e6d962
Fix misleading version input description ( #33 )
...
* Fix misleading version input description
Signed-off-by: Tam Mach <sayboras@yahoo.com >
* Run npm run all
* Update dep to fix CI
* Update dep to fix CI
* Bump to 1.28
* Locked down setup-go version
2020-07-06 06:17:53 +02:00
Denis Isaev
8870cfbcd4
remove output setting ( #22 )
...
Relates: #21
2020-05-23 12:34:30 +03:00
Tam Mach
3395f777a4
Replace forked cache by official npm ( #21 )
...
* Replace forked cache by official npm
* Follow the same validation as @action/cache
* Remove debug log
2020-05-23 12:25:16 +03:00
Denis Isaev
04eca20383
don't add --new args if not requested
2020-05-22 10:48:00 +03:00
Denis Isaev
10cbc929b3
Support only-new-issues ( #19 )
...
Fixes #16
2020-05-22 10:36:12 +03:00
Denis Isaev
64c208bfbc
docs: add working-directory to README
2020-05-21 14:43:37 +03:00
Stephanie Hobbs
20d5541dab
Add working-directory support ( #18 )
...
Add working-directory support
Fixes #15
2020-05-21 14:36:02 +03:00
Denis Isaev
85a3a6abe4
docs: remove 'beta version'
2020-05-16 17:24:18 +03:00
Denis Isaev
b66692b61d
mark the action as stable: v0 -> v1
2020-05-16 17:20:48 +03:00
Denis Isaev
348830fe4b
docs: recommend distinct job
2020-05-09 18:48:24 +03:00
Isaev Denis
e4cc61e5b1
Merge pull request #13 from golangci/feature/action-config
...
use action config, don't require github token
2020-05-09 16:36:00 +03:00
Denis Isaev
27e14e0f3f
use action config, don't require github token
...
fixes #11
2020-05-09 16:34:52 +03:00
Denis Isaev
6993abb7cd
docs: use @v0.1.7 in README as the latest release in marketplace
2020-05-07 16:01:25 +03:00
Denis Isaev
ca150a071d
docs: fix version, @v0 doesn't work
2020-05-07 15:59:32 +03:00
Isaev Denis
1ef31b642a
Merge pull request #10 from golangci/feature/fix-github-token
...
docs: recommend using GITHUB_TOKEN
2020-05-07 15:44:41 +03:00
Denis Isaev
fc9d1728df
docs: recommend using GITHUB_TOKEN
...
Fixes : #9
2020-05-07 15:42:54 +03:00
Isaev Denis
1ad27ad153
s/@v1/@v0
2020-05-07 11:26:37 +03:00
Denis Isaev
1778ebaefa
dev: shorten description
2020-05-05 18:17:02 +03:00
Denis Isaev
1dd9e0522b
dev: improve description
2020-05-05 18:11:57 +03:00
Denis Isaev
66883b5fcf
dev: change icon and color on GitHub marketplace
2020-05-05 17:57:46 +03:00
Denis Isaev
8ea3043ee4
docs: improve info about performance
2020-05-05 17:51:32 +03:00
Denis Isaev
95f6eefffa
docs: add perf stat into README.md
2020-05-05 17:36:44 +03:00
Isaev Denis
977a01f96c
Merge pull request #8 from golangci/fix-go.mod-hash
...
fix go.mod hashsum
2020-05-05 17:20:28 +03:00
Denis Isaev
13e2c1f984
fix go.mod hashsum
2020-05-05 17:17:46 +03:00
Isaev Denis
afc07fb790
Merge pull request #7 from golangci/feature/improve-cache
...
improve caching
2020-05-05 17:06:23 +03:00
Denis Isaev
b7926cae39
improve caching
2020-05-05 17:03:47 +03:00
Denis Isaev
ce34998f1f
dev: rename main workflow name
2020-05-04 19:54:26 +03:00
Denis Isaev
1e4a1137a8
dev: fix badge url
2020-05-04 19:53:07 +03:00
Isaev Denis
eda878dc56
Merge pull request #6 from golangci/feature/annotations
...
Fix annotations
2020-05-04 19:50:34 +03:00
Denis Isaev
f7d08adb03
Fix problems parsing
2020-05-04 19:48:51 +03:00
Isaev Denis
b030249340
Merge pull request #4 from golangci/feature/reimplement
...
reimplement github action in typescript
2020-05-04 18:46:18 +03:00
Denis Isaev
853ade09ed
reimplement github action in typescript
2020-05-04 17:48:04 +03:00
Denis Isaev
666cc9164e
use golangci-lint v1.26
2020-05-03 16:06:24 +03:00
Aleksandr Razumov
24c25982ec
all: remove github token from readme
2020-04-26 19:51:36 +03:00
Aleksandr Razumov
85e31a269e
Merge pull request #2 from golangci/release-04-26
...
Update readme and action
2020-04-26 19:45:07 +03:00
Aleksandr Razumov
9c543591de
workflow: remove github token
2020-04-26 19:43:53 +03:00
Aleksandr Razumov
4cb8a13e45
action: make github token optional
2020-04-26 19:41:24 +03:00
Aleksandr Razumov
67503c7b3d
readme: improve
2020-04-26 19:40:37 +03:00