Skip to content

CI

CI #12

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "**.md"
- LICENSE
push:
paths-ignore:
- "**.md"
- LICENSE
schedule:
# At 12:00 on Monday
- cron: 0 12 * * 1
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Test plugin
uses: asdf-vm/actions/plugin-test@v1
with:
command: tfmigrate --version
trunk:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Trunk Check
uses: trunk-io/[email protected]