Skip to content

Merge pull request #20 from geo-ant/feature/support-link #46

Merge pull request #20 from geo-ant/feature/support-link

Merge pull request #20 from geo-ant/feature/support-link #46

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Runs the workflow at 00:00 on the first day of every month
- cron: '0 0 1 * *'
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check formatting
run: cargo check --workspace --all-targets --all-features