This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
fix(deps): update rust crate service_conventions to 0.0.22 #484
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check-for-cc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: check-for-cc | |
id: check-for-cc | |
uses: agenthunt/[email protected] | |
docker_build: | |
uses: "philipcristiano/workflows/.github/workflows/docker-build.yml@main" | |
with: | |
timeout: 25 | |
rust: | |
uses: "philipcristiano/workflows/.github/workflows/rust.yml@main" | |
flake: | |
uses: "philipcristiano/workflows/.github/workflows/nix.yml@main" | |
with: | |
script: | | |
cargo build |