Skip to content

add github actions

add github actions #1

Workflow file for this run

name: unit-integration-tests
on:
push:
branches: [ "github-action" ]
pull_request:
branches: [ "github-action" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out release
uses: actions/checkout@v4
with:
repository: cloudfoundry/routing-release
ref: refs/heads/develop
submodules: recursive