Skip to content

Actions

Actions #3

Workflow file for this run

name: Pull Requests
on:
pull_request:
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
# TODO enable lint.
# lint:
# name: Lint
# uses: ./.github/workflows/lint.yml