neon-operator/.github/workflows/tests.yaml

12 lines
146 B
YAML
Raw Normal View History

2024-09-11 09:59:14 -04:00
name: Tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2