From 052823e04015c5d4c049a502812095e96008af38 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 13 May 2024 12:21:17 +0100 Subject: [PATCH] ci: add init ci --- .github/workflows/build.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..10f7d0d --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,15 @@ +name: ci + +on: + push: + branches: + - ci + + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - run: make setup + - run: make do_openapi_lint