Skip to content

Commit

Permalink
Update CI workflows (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Roubert <[email protected]>
  • Loading branch information
joakimr-axis authored Feb 27, 2024
1 parent 6bd51cf commit 7ad3229
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push

jobs:
build_acap:
name: Build ACAP applications
name: Build ACAP packages
runs-on: ubuntu-latest
env:
DEBIAN_FRONTEND: noninteractive
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Lint
on: push

jobs:
build:
name: Lint Code Base
Build:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -16,8 +16,7 @@ jobs:
- name: Setup Environment
run: cat .github/super-linter.env >> "$GITHUB_ENV"

- name: Lint Code Base
- name: Lint code base
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ad3229

Please sign in to comment.