8000 GitHub - GeorgeMac/mage-action: :octocat: GitHub Action for Mage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

GeorgeMac/mage-action

 
 

Repository files navigation

Mage Logo

Mage Action

GitHub Action for Mage

GitHub release GitHub marketplace Test workflow Codecov Become a sponsor


Mage Action

Usage

name: mage

on:
  pull_request:
  push:

jobs:
  mage:
    runs-on: ubuntu-latest
    steps:
      -
        name: Checkout
        uses: actions/checkout@v3
      -
        name: Set up Go
        uses: actions/setup-go@v3
        with:
          go-version: 1.14
      -
        name: Run Mage
        uses: magefile/mage-action@v2
        with:
          version: latest
          args: build

For detailed instructions please follow GitHub Actions workflow syntax.

Customizing

inputs

Following inputs can be used as step.with keys

Name Type Default Description
version String latest Mage version. Example: v1.9.0
args String Arguments to pass to Mage
workdir String . Working directory (below repository root)

License

MIT. See LICENSE for more details.

About

:octocat: GitHub Action for Mage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.4%
  • Dockerfile 22.8%
  • HCL 9.5%
  • Go 5.3%
0