Skip to content

wantable/github-actions-haml-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Action: HAML Linting

Lint your Ruby code in parallel to your builds.

How it works

  • Ruby 3.1.4

Instructions

In order to use this action you will need to specify the $GITHUB_TOKEN alongside the check:

# Worflow example
name: CI
on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:

    - uses: actions/checkout@v1

    - name: Rubocop checks
        uses: wantable/github-actions-haml-lint@0.0.1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

Github Action For HAML Linting

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors