Skip to content

Create akchilov2.cpp #31

Create akchilov2.cpp

Create akchilov2.cpp #31

Workflow file for this run

name: Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cache
id: cache
uses: actions/cache@v3
with:
path: check/target/release/check
key: check-build-cache-0001
- name: Build
if: steps.cache.outputs.cache-hit != 'true'
run: |
cd check
cargo build --release
- name: Check
run: check/target/release/check