Skip to content

build(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1 in /js (#27) #134

build(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1 in /js (#27)

build(deps-dev): bump ansi-regex from 4.1.0 to 4.1.1 in /js (#27) #134

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