Skip to content

Bump docker/setup-buildx-action from 2.5.0 to 3.7.1 #1742

Bump docker/setup-buildx-action from 2.5.0 to 3.7.1

Bump docker/setup-buildx-action from 2.5.0 to 3.7.1 #1742

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:
name: Super Linter
uses: wabarc/.github/.github/workflows/reusable-super-linter.yml@main
permissions:
contents: read
packages: read
statuses: write
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