Skip to content

chore(deps): bump next from 14.2.4 to 14.2.10 in /cloud/ui in the npm_and_yarn group across 1 directory #44

chore(deps): bump next from 14.2.4 to 14.2.10 in /cloud/ui in the npm_and_yarn group across 1 directory

chore(deps): bump next from 14.2.4 to 14.2.10 in /cloud/ui in the npm_and_yarn group across 1 directory #44

Workflow file for this run

name: nv - Build and Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint fmt
run: cargo fmt -- --check
- name: Lint clippy
run: cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose