Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

gh-action: bump zerj9/setup-cargo-lambda from 0.1.0 to 0.1.1 in the all group #146

gh-action: bump zerj9/setup-cargo-lambda from 0.1.0 to 0.1.1 in the all group

gh-action: bump zerj9/setup-cargo-lambda from 0.1.0 to 0.1.1 in the all group #146

Workflow file for this run

name: Tests
on:
pull_request:
types: [ opened, synchronize ]
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
- name: Setup Cargo Lambda
uses: zerj9/[email protected]
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- name: Validate AWS Template
run: |
cd infra/function
sam validate --lint
- name: Build AWS Template
run: |
cd infra/function
sam build