From d4c221991b440303535a79076954039517ce362d Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Sun, 13 Oct 2024 19:28:39 +0200 Subject: [PATCH] fix: lambda zip shuold be created from code ci --- .github/workflows/rust-ci.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/rust-ci.yml diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml new file mode 100644 index 0000000..7602a70 --- /dev/null +++ b/.github/workflows/rust-ci.yml @@ -0,0 +1,19 @@ +name: Rust CI +on: + pull_request: + paths: + - app/fetcher/** + - .github/workflows/lambda-deploy.yml + +concurrency: + group: ghas-erfiume-lambda-deploy-${{ github.ref }} + +jobs: + rust-ci: + permissions: + actions: read + security-events: write + contents: read + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.0 + with: + working-directory: ./app/fetcher