Skip to content

astarte_data_access_generators to mono-repo #1125

astarte_data_access_generators to mono-repo

astarte_data_access_generators to mono-repo #1125

Workflow file for this run

name: Lint
permissions:
contents: read
on: pull_request
env:
CLICOLOR: 1
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dprint/check@v2.3
spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@v1.40.0
commit:
name: Commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: crate-ci/committed@v1.1.10
with:
args: "-vv"