r7kamura / workflows

Reusable workflows for GitHub Actions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflows

Reusable workflows for GitHub Actions.

Usage

This is an example to run tests on Rust project.

name: test

on:
  pull_request:
  push:
    branches:
      - main

jobs:
  test:
    uses: r7kamura/workflows/.github/workflows/rust-test.yml@main

See .github/workflows for more details.

About

Reusable workflows for GitHub Actions.

License:MIT License