mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Move to GitHub Container Registry
This commit is contained in:
parent
e89faa7920
commit
510424177e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ author: 'GitHub'
|
|||
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://github/super-linter:v3'
|
||||
image: 'docker://ghcr.io/github/super-linter:v3'
|
||||
branding:
|
||||
icon: 'check-square'
|
||||
color: 'white'
|
||||
|
|
Loading…
Reference in a new issue