Skip to content

Update xpkg.upbound.io/crossplane-contrib/function-patch-and-transform Docker tag to v0.8.0 #196

Update xpkg.upbound.io/crossplane-contrib/function-patch-and-transform Docker tag to v0.8.0

Update xpkg.upbound.io/crossplane-contrib/function-patch-and-transform Docker tag to v0.8.0 #196

Workflow file for this run

name: Pull Request (package)
on:
pull_request:
branches:
- master
env:
PACKAGE_NAME: appcat
jobs:
linting:
runs-on: ubuntu-latest
strategy:
matrix:
command:
- lint_yaml
- lint_commodore
steps:
- uses: actions/checkout@v4
- name: Run ${{ matrix.command }}
run: make -C package ${{ matrix.command }}