Skip to content

[oss] github actions attempt #476

[oss] github actions attempt

[oss] github actions attempt #476

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: facebook/install-dotslash@latest
- name: Test
run: |
./buck2 test //...