Skip to content

Totto16/meson-format-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meson Format Action

meson-format-action is a GitHub Action (GHA) to check if meson files are correctly formatted.

Usage

  - uses: Totto16/meson-format-action@v1
    with:
      format-file: ./meson.format
      only-git-files: true

Options

format-file

  • Type: string
  • Default: ""
  • Optional

The config file to use, if this is empty (the default) no config file is used, so meson default settings apply.

only-git-files

  • Type: boolean
  • Default: false
  • Optional

If set to true, only meson files, that are checked into git are checked. This is helpfull, if you have subprojexts, that you configured before running this action, so that these meson files fon't get checked.

Notes

  • This action can only be run on ubuntu runners for now.
  • This action can be used standalone, meson is instaleld as part of the action, but you also can run it after some other checks and manually installing meson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published