mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 07:12:11 -05:00
chore(main): release 7.3.0
This commit is contained in:
parent
469f30eb53
commit
dd3f10fa1a
6 changed files with 13 additions and 6 deletions
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
".": "7.2.1"
|
".": "7.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [7.3.0](https://github.com/super-linter/super-linter/compare/v7.2.1...v7.3.0) (2024-12-20)
|
||||||
|
|
||||||
|
|
||||||
|
### 🚀 Features
|
||||||
|
|
||||||
|
* add nbqa linter for jupyter notebooks ([#6240](https://github.com/super-linter/super-linter/issues/6240)) ([469f30e](https://github.com/super-linter/super-linter/commit/469f30eb53776d99cde52e60c0e21694a87124d4))
|
||||||
|
|
||||||
## [7.2.1](https://github.com/super-linter/super-linter/compare/v7.2.0...v7.2.1) (2024-12-12)
|
## [7.2.1](https://github.com/super-linter/super-linter/compare/v7.2.0...v7.2.1) (2024-12-12)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -157,7 +157,7 @@ To run super-linter as a GitHub Action, you do the following:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Super-linter
|
- name: Super-linter
|
||||||
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
|
uses: super-linter/super-linter@v7.3.0 # x-release-please-version
|
||||||
env:
|
env:
|
||||||
# To report GitHub Actions status checks
|
# To report GitHub Actions status checks
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -542,7 +542,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Super-Linter
|
- name: Super-Linter
|
||||||
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
|
uses: super-linter/super-linter@v7.3.0 # x-release-please-version
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Set your fix mode variables to true
|
# Set your fix mode variables to true
|
||||||
|
|
|
@ -4,7 +4,7 @@ author: "Super-linter contributors"
|
||||||
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "docker://ghcr.io/super-linter/super-linter:v7.2.1" # x-release-please-version
|
image: "docker://ghcr.io/super-linter/super-linter:v7.3.0" # x-release-please-version
|
||||||
branding:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "white"
|
color: "white"
|
||||||
|
|
|
@ -4,7 +4,7 @@ author: "Super-linter contributors"
|
||||||
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
image: "docker://ghcr.io/super-linter/super-linter:slim-v7.2.1" # x-release-please-version
|
image: "docker://ghcr.io/super-linter/super-linter:slim-v7.3.0" # x-release-please-version
|
||||||
branding:
|
branding:
|
||||||
icon: "check-square"
|
icon: "check-square"
|
||||||
color: "white"
|
color: "white"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.2.1
|
7.3.0
|
||||||
|
|
Loading…
Reference in a new issue