Skip to content

update codegen from git by ignoring files that already exist on disk #355

update codegen from git by ignoring files that already exist on disk

update codegen from git by ignoring files that already exist on disk #355

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- run: rustup default nightly
- run: cargo check --all-targets