Skip to content

RepairShopr/erb-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERB Linter for Github Actions

A Github action to run the erb-lint gem on your project.

Table of Contents

Usage

Add the following to your Githun action workflow to use the ERB Action:

name: Run ERB Linter
on:
  push:
    branches-ignore:
      - 'master'
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - name: Erb Linter
      uses: revans/[email protected]
      env:
        GITHUB_TOKEN: ${{secrets.github_token}}

License

MIT

About

ERB Linter for Github Actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 57.7%
  • Dockerfile 42.3%