Skip to content

build(deps): bump braces, babel-jest, jest and jest-config in /js #145

build(deps): bump braces, babel-jest, jest and jest-config in /js

build(deps): bump braces, babel-jest, jest and jest-config in /js #145

Workflow file for this run

name: rust
on: [push, pull_request]
jobs:
lint-and-run:
name: Rust (lint and run solutions for current edition)
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rust
steps:
- uses: actions/checkout@v2
- run: cargo run
- run: cargo test