Skip to content

Bump @types/node from 20.2.3 to 22.3.0 #1652

Bump @types/node from 20.2.3 to 22.3.0

Bump @types/node from 20.2.3 to 22.3.0 #1652

Workflow file for this run

# Copyright 2023 Wayback Archiver. All rights reserved.
# Use of this source code is governed by the MIT
# license that can be found in the LICENSE file.
name: Linter
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
types: [ opened, synchronize, reopened ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
env:
JAVASCRIPT_ES_CONFIG_FILE: .eslintrc
jobs:
super-linter:

Check failure on line 27 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: 27, 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: 27, 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
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