Skip to content

feat(gh-username-placeholder-replacement): #1

feat(gh-username-placeholder-replacement):

feat(gh-username-placeholder-replacement): #1

Workflow file for this run

name: Rust CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
command: build