Skip to content

chore: Update to rust workflow #133

chore: Update to rust workflow

chore: Update to rust workflow #133

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- main
jobs:
automerge_dependabot:
permissions:
pull-requests: write
contents: write
uses: "philipcristiano/workflows/.github/workflows/automerge_dependabot.yml@main"
with:
automerge: true
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