Skip to content

Build

Build #7

Workflow file for this run

name: Build
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
schedule:
- cron: "0 0 * * *" # daily at midnight
jobs:
plugin_test:
name: asdf plugin test
runs-on: macos-latest
steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: xcodegen --help