Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Nov 7, 2024
1 parent 694e721 commit 55efdc8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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:
repo: databricks-mosaic/devops
token: ${{ secrets.GHCR_TOKEN }}

0 comments on commit 55efdc8

Please sign in to comment.