We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcaaf9 commit e2c1860Copy full SHA for e2c1860
.github/workflows/build.yml
@@ -1,5 +1,4 @@
1
# GitHub Actions Workflow is created for testing and preparing the plugin release in the following steps:
2
-# - Validate Gradle Wrapper.
3
# - Run 'test' and 'verifyPlugin' tasks.
4
# - Run Qodana inspections.
5
# - Run the 'buildPlugin' task and prepare artifact for further tests.
@@ -40,9 +39,6 @@ jobs:
40
39
- name: Fetch Sources
41
uses: actions/checkout@v4
42
43
- # Validate wrapper
44
- - name: Gradle Wrapper Validation
45
- uses: gradle/actions/wrapper-validation@v3
46
47
# Set up Java environment for the next steps
48
- name: Setup Java
0 commit comments