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

chore(submodules): update external submodules #4180

chore(submodules): update external submodules

chore(submodules): update external submodules #4180

Workflow file for this run

name: Test
on:
pull_request:
branches:
- '**'
jobs:
lint_and_test:
name: Linting and Testing
runs-on: ubuntu-latest
services:
pki:
image: ghcr.io/wirepact/k8s-pki:latest
env:
LOCAL: true
ports:
- 8080:8080
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test