update Qodana to latest version
This commit is contained in:
parent
7c88ce6935
commit
a09ff23ca5
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -99,14 +99,7 @@ jobs:
|
||||
|
||||
# Run Qodana inspections
|
||||
- name: Qodana - Code Inspection
|
||||
uses: JetBrains/qodana-action@v2.1-eap
|
||||
|
||||
# Collect Qodana Result
|
||||
- name: Collect Qodana Result
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: qodana-result
|
||||
path: ${{ github.workspace }}/qodana
|
||||
uses: JetBrains/qodana-action@v4.1.0
|
||||
|
||||
# Prepare plugin archive content for creating artifact
|
||||
- name: Prepare Plugin Artifact
|
||||
|
@ -3,9 +3,11 @@
|
||||
# easy-i18n Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- update Qodana to latest version
|
||||
|
||||
## [1.7.1]
|
||||
### Fixed
|
||||
### Fixed
|
||||
- Vue.js template folding support
|
||||
|
||||
## [1.7.0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user