Skip to content

Run syntax checking on all fish files in your repository

License

Notifications You must be signed in to change notification settings

fish-actions/syntax-check

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

2 Commits
 
 
 
 
 
 

Repository files navigation

syntax-check license_badge

A simple action to run syntax checking on all fish files in your repository.

Usage

  syntax-check:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2

      - uses: fish-actions/install-fish@v1

      - uses: fish-actions/syntax-check@v1

About

Run syntax checking on all fish files in your repository

Resources

License

Stars

Watchers

Forks