Skip to content

bindep

Actions
GitHub Action for provisioning the software listed in bindep.txt
v1.0.1
Latest
Star (1)

bindep

A GitHub Action that lets you pre-provision the current CI VM with OS packages listed in bindep.txt using bindep.

Usage

To use the action add the following step to your workflow file (e.g. .github/workflows/ci-cd.yml)

- name: Provision OS packages from `bindep.txt`
  uses: re-actors/bindep@release/v1
  with:
    file: bindep.txt
    profile: test

Options

There are two options — file and profile. Both are optional. See bindep for more details.

Related community projects

Check out the tox-bindep to have bindep-based checks in your tox setup.

License

The Dockerfile and associated scripts and documentation in this project are released under the BSD 3-clause license.

bindep is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Action for provisioning the software listed in bindep.txt
v1.0.1
Latest

bindep is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.