Skip to content

Commit

Permalink
fix some linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 86a655b commit bb7f4fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

name: Add integration tasks to Integration project

# yamllint disable-line rule:truthy
on:
issues:
types:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-types.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
name: Lint Generated Types

# yamllint disable-line rule:truthy
on:
workflow_call:
push:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ name: Build and Publish hmi-client
# yamllint disable-line rule:truthy
on:
push:
#paths: ['packages/client/**']
branches: ['use-mac-os-to-build-arm-images'] #, 'main']
tags: ['*']
# paths: ['packages/client/**']
branches: [ 'use-mac-os-to-build-arm-images', 'main' ]
tags: [ '*' ]

env:
REGISTRY: ghcr.io
Expand All @@ -20,7 +20,7 @@ jobs:
name: Create and Set Tag
runs-on: ubuntu-22.04
outputs:
image: ${{ steps.define-tag.outputs.image }}
image: ${{ steps.define-tag.outputs.image }}
steps:
- name: Define Tag
id: define-tag
Expand Down Expand Up @@ -112,7 +112,6 @@ jobs:
tags: ${{ needs.set-tag.outputs.image }}--arm64

arm64-emulation:
if: false
runs-on: ubuntu-22.04
needs: set-tag
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name: Server Tests

# Controls when the action will run.
# yamllint disable-line rule:truthy
on:
# Triggers the workflow on push or pull request events but only for the $default-branch branch
push:
Expand Down

0 comments on commit bb7f4fa

Please sign in to comment.