Skip to content

main

main #26

Workflow file for this run

name: main
on:
push:
pull_request:
schedule:
- cron: "0 0 * * 5"
jobs:
plugin_test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
kpt: [v0.33.0]
runs-on: ${{ matrix.os }}
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1.0.0
with:
version: ${{ matrix.kpt }}
command: kpt version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run ShellCheck
run: shellcheck bin/*