Skip to content

r7kamura/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors