Skip to content

Commit

Permalink
yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 23, 2025
1 parent fc60587 commit 25647ce
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 18 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: codecov
on:
'on':
push:
branches:
- master
Expand All @@ -44,11 +44,8 @@ jobs:
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
maven-
restore-keys: maven-
- run: mvn install -Pjacoco
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
fail_ci_if_error: true
2 changes: 1 addition & 1 deletion .github/workflows/hoc-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: hoc-badge
on:
'on':
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loc-badge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: loc-badge
on:
'on':
push:
branches:
- master
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ on:
pull_request:
branches:
- master
paths-ignore: [ 'paper/**', 'sandbox/**' ]
concurrency:
group: markdown-lint-${{ github.ref }}
cancel-in-progress: true
paths-ignore: ['paper/**', 'sandbox/**']
jobs:
markdown-lint:
runs-on: ubuntu-24.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
# yamllint disable rule:line-length
name: mvn
on:
'on':
push:
branches:
- master
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SOFTWARE.
---
name: ort
on:
'on':
push:
branches:
- master
Expand All @@ -36,5 +36,4 @@ jobs:
- uses: actions/checkout@v4
- uses: oss-review-toolkit/ort-ci-github-action@v1
with:
allow-dynamic-versions: 'true'
fail-on: 'violations'
2 changes: 1 addition & 1 deletion .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: pdd
on:
'on':
push:
branches:
- master
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
# yamllint disable rule:line-length
name: sonar
on:
'on':
push:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: up
on:
'on':
push:
jobs:
up:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
name: xcop
on:
'on':
push:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.
---
# yamllint disable rule:line-length
docker:
image: yegor256/rultor-java
assets:
Expand Down

0 comments on commit 25647ce

Please sign in to comment.