Skip to content

Create test.yaml

Create test.yaml #4

Workflow file for this run

name: Check IP
on:
pull_request: {}
jobs:
check-ip:
runs-on: linux-ubuntu-latest
steps:
- name: Check Runner IP
run: curl https://ipinfo.io/ip
- name: clone repo
uses: actions/checkout@v4
with:
repository: databricks-mosaic/devops
token: ${{ secrets.GHCR_TOKEN }}