Skip to content

chore(deps,cargo): bump once_cell in the cargo group #614

chore(deps,cargo): bump once_cell in the cargo group

chore(deps,cargo): bump once_cell in the cargo group #614

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Check
on: [push, pull_request]
jobs:
license:
name: SPDX License Header
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: enarx/spdx@master
with:
licenses: Apache-2.0
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install prettier prettier-plugin-toml
- run: npx prettier --check --no-config .