Toolkit for Docker (GitHub) Actions
Go to file
dependabot[bot] 406e440bcb
build(deps): bump csv-parse from 5.3.4 to 5.3.5
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.3.4 to 5.3.5.
- [Release notes](https://github.com/adaltas/node-csv/releases)
- [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
- [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.3.5/packages/csv-parse)

---
updated-dependencies:
- dependency-name: csv-parse
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 22:21:53 +00:00
__mocks__/@actions chore: set license headers 2023-01-31 03:34:59 +01:00
__tests__ dockerhub: api client to get repo details and update description 2023-02-04 03:06:55 +01:00
.github ci: upload coverage to codecov 2023-02-04 04:42:47 +01:00
.yarn update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
hack/dockerfiles chore: set license headers 2023-01-31 03:34:59 +01:00
src dockerhub: api client to get repo details and update description 2023-02-04 03:06:55 +01:00
.dockerignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.editorconfig initial implementation 2023-01-17 12:07:05 +01:00
.eslintignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.eslintrc.json chore: allow disabled tests 2023-02-04 03:02:49 +01:00
.gitattributes update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.gitignore update to Yarn 3.3.1 2023-01-30 03:22:04 +01:00
.prettierignore fix eslint config and lint issues 2023-02-01 12:51:48 +01:00
.prettierrc.json initial implementation 2023-01-17 12:07:05 +01:00
.yarnrc.yml chore: discard some specific yarn logs 2023-02-01 02:00:56 +01:00
codecov.yml codecov config 2023-01-17 12:08:13 +01:00
dev.Dockerfile chore: fix publish 2023-02-01 17:27:24 +01:00
docker-bake.hcl chore: set license headers 2023-01-31 03:34:59 +01:00
jest.config.ts common base tmpDir for tests 2023-02-01 15:37:03 +01:00
LICENSE LICENSE 2023-01-17 12:01:18 +01:00
package.json build(deps): bump csv-parse from 5.3.4 to 5.3.5 2023-02-08 22:21:53 +00:00
README.md readme: badges 2023-02-04 04:51:49 +01:00
tsconfig.json global enhancements 2023-01-30 00:08:45 +01:00
yarn.lock build(deps): bump csv-parse from 5.3.4 to 5.3.5 2023-02-08 22:21:53 +00:00

Version Downloads Test workflow Codecov

Actions Toolkit

Toolkit for Docker (GitHub) Actions.

🧪 Experimental

This repository is considered EXPERIMENTAL and under active development until further notice. It is subject to non-backward compatible changes or removal in any future version.

About

This repository contains the source code for the toolkit that is consumed as a library by most of our GitHub Actions:

This toolkit provides some utilities and common logic when developing GitHub Actions and also acts as a minimal wrapper around our build tooling such as Buildx and BuildKit and provides an easier API for interacting with them.

Installation

$ npm install @docker/actions-toolkit

Usage

const { Toolkit } = require('@docker/actions-toolkit')
const toolkit = new Toolkit()

Contributing

Want to contribute to the Actions Toolkit? Awesome! You can find information about contributing to this project in the CONTRIBUTING.md