Skip to content

Make rapids-logger a standalone library (#12) #5

Make rapids-logger a standalone library (#12)

Make rapids-logger a standalone library (#12) #5

Workflow file for this run

name: pr
on:
push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
style:
runs-on: ubuntu-latest
container:
image: rapidsai/ci-conda:latest
steps:
- name: Test workflow existence
run: echo "Workflow exists"