Skip to content

Bump aws-actions/amazon-ecr-login from 2.0.1 to 2.1.7 #2966

Bump aws-actions/amazon-ecr-login from 2.0.1 to 2.1.7

Bump aws-actions/amazon-ecr-login from 2.0.1 to 2.1.7 #2966

Workflow file for this run

name: Run all linters
on: [ push ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
strategy:
fail-fast: false
matrix:
dir:
- framework
- parrot
- wasp
- seth
- lib
- tools/workflowresultparser
- tools/asciitable
- tools/ghlatestreleasechecker
- tools/testlistgenerator
- tools/ecrimagefetcher
- tools/gotestloghelper
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Devbox
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # v0.15.0
with:
enable-cache: 'true'
- name: Setup Go
uses: actions/setup-go@v7
with:
go-version-file: ${{ matrix.dir }}/go.mod
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
with:
just-version: '1.39.0'
- name: Lint
run: |
devbox run -- just lint ${{ matrix.dir }}