Skip to content

Workflow file for this run

on: [ pull_request ]
jobs:
win_symlinks:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Find Symlinks
shell: bash
run: |
pwd
find . -maxdepth 1 -type f
echo "----"
bazel build //src/...
echo "----"
find . -maxdepth 1 -type f