Skip to content

Add Context support to auth methods #1391

Add Context support to auth methods

Add Context support to auth methods #1391

Workflow file for this run

name: Boilerplate
on:
pull_request:
branches: ['main']
jobs:
check:
name: Boilerplate Check
runs-on: ubuntu-latest
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
extension:
- go
- sh
# Map between extension and human-readable name.
include:
- extension: go
language: Go
- extension: sh
language: Bash
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: chainguard-dev/actions/boilerplate@5e21cb47971231c078a677dfe89a348371cb880c # main
with:
extension: ${{ matrix.extension }}
language: ${{ matrix.language }}