Skip to content

build(deps): bump colored from 2.2.0 to 3.0.0 #264

build(deps): bump colored from 2.2.0 to 3.0.0

build(deps): bump colored from 2.2.0 to 3.0.0 #264

Workflow file for this run

name: check-pull-requests
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test_pull_request:
runs-on: ubuntu-latest
name: Test Build and Unit Tests
steps:
- uses: actions/checkout@v4
- name: "Build Project"
shell: bash
run: "cargo build"
- name: "Unit Tests"
shell: bash
run: "cargo test"