Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

🚚 Move workflow into .github #1

🚚 Move workflow into .github

🚚 Move workflow into .github #1

Workflow file for this run

name: databricks-cicd
...
jobs:
main:
runs-on: ubuntu-latest
...
steps:
- name: Check out repository
uses: actions/checkout@v3
# Install databricks CLI as per https://docs.databricks.com/dev-tools/cli/databricks-cli.html
- name: Install databricks CLI
run: |
curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.sh | sh