Skip to content

Commit

Permalink
super-linter.yml: Remove reundant environment variable
Browse files Browse the repository at this point in the history
No need to set DEFAULT_BRANCH here now that it is in the
environment file.

Change-Id: I1f5d82058da18603f9ca28326097de848429936e
Signed-off-by: Joakim Roubert <joakimr@axis.com>
  • Loading branch information
joakimr-axis committed Feb 27, 2024
1 parent ae400d2 commit e3e63b1
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 ACAPs
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 e3e63b1

Please sign in to comment.