Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
uses: release-plz/action@v0.5
with:
command: release
config: .cargo/release-plz.toml
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

release-plz-pr:
if: ${{ github.repository_owner == 'cot-rs' }}
name: Release-plz PR
Expand Down Expand Up @@ -61,5 +61,6 @@ jobs:
uses: release-plz/action@v0.5
with:
command: release-pr
config: .cargo/release-plz.toml
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,16 +413,14 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v6

- name: Check licenses
uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: warn
command: check licenses

command-arguments: --config .cargo/deny.toml
semver-check:
if: github.event_name == 'pull_request'

name: Semver compatibility check
runs-on: ubuntu-latest
env:
Expand Down
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repos:
hooks:
- id: yamlfmt
types_or: [json, yaml]
args: ["-conf", ".config/yamlfmt.yml"]
- repo: local
hooks:
- id: fmt
Expand All @@ -44,4 +45,4 @@ repos:
- id: djlint
name: djLint
files: \.(html|jinja|j2)$
args: ["--reformat", "--lint"]
args: ["--configuration", ".config/djlint.toml", "--reformat", "--lint"]
Loading