Skip to content

Merge branch 'pest-mvp' of https://github.com/DominicBurkart/marigold… #239

Merge branch 'pest-mvp' of https://github.com/DominicBurkart/marigold…

Merge branch 'pest-mvp' of https://github.com/DominicBurkart/marigold… #239

Workflow file for this run

name: style
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
pre-commit:
name: style hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: pre-commit/[email protected]