Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 2.18 KB

File metadata and controls

56 lines (41 loc) · 2.18 KB

setup-oracle-instant-client-action

CI License Release

GitHub Action to set up (download and install) the Oracle Instant Client.

Supports Linux, macOS, and Windows runners.

Usage

Outputs

Output Description
install-path Absolute install path of Oracle Instant Client

Example

- name: Set up Oracle Instant Client
  uses: iamazeem/setup-oracle-instant-client-action@v1

See CI workflow for a detailed example with gvenzl/setup-oracle-free.

Contribute

Please create issues to report bugs or propose new features and enhancements.

PRs are always welcome. Please follow this workflow for submitting PRs:

  • Fork the repo.
  • Check out the latest main branch.
  • Create a feature or bugfix branch from main.
  • Commit and push changes to your forked repo.
  • Make sure to add/update tests. See CI.
  • Lint and fix Bash issues with shellcheck online or with vscode-shellcheck extension.
  • Lint and fix README Markdown issues with vscode-markdownlint extension.
  • Submit the PR.

License

MIT