Skip to content

Update actions/upload-artifact action to v4 #140

Update actions/upload-artifact action to v4

Update actions/upload-artifact action to v4 #140

Workflow file for this run

# Copyright 2020 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the GNU GPL v3
# license that can be found in the LICENSE file.
#
name: Linter
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
types: [ opened, synchronize, reopened ]
permissions:
contents: read
jobs:
super-linter:

Check failure on line 20 in .github/workflows/linter.yml

View workflow run for this annotation

GitHub Actions / Linter

Invalid workflow file

The workflow is not valid. .github/workflows/linter.yml (Line: 20, Col: 3): Error calling workflow 'wabarc/.github/.github/workflows/reusable-super-linter.yml@main'. The workflow is requesting 'packages: read, statuses: write', but is only allowed 'packages: none, statuses: none'. .github/workflows/linter.yml (Line: 20, Col: 3): Error calling workflow 'wabarc/.github/.github/workflows/reusable-super-linter.yml@main'. The nested job 'super-linter' is requesting 'packages: read, statuses: write', but is only allowed 'packages: none, statuses: none'.
name: Super Linter
uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main
golangci:
name: golangci-lint
uses: wabarc/.github/.github/workflows/reusable-golangci.yml@main
shellcheck:
name: ShellCheck
uses: wabarc/.github/.github/workflows/reusable-shellcheck.yml@main
misspell:
name: Misspell
uses: wabarc/.github/.github/workflows/reusable-misspell.yml@main
alex:
name: Alex
uses: wabarc/.github/.github/workflows/reusable-alex.yml@main
urlcheck:
name: URLCheck
uses: wabarc/.github/.github/workflows/reusable-urlcheck.yml@main
with:
exclude-patterns: '.onion,https://github.com/,https://repo.wabarc.eu.org/,twitter.com'
goreportcard:
name: Go Report Card
uses: wabarc/.github/.github/workflows/reusable-goreportcard.yml@main