Skip to content

pietrzakadrian/easy-coding-standard-github-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

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Coding Standard GitHub Action

Implementation easy-coding-standard for GitHub Actions.

Example

  • Contents of file .github/workflows/ecs.yml:
name: lint
on: [push]
jobs:
  ecs:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3

      - name: Easy Coding Standard
        uses: pietrzakadrian/easy-coding-standard-github-action@v2.0.5
        with:
          config: ecs.php #configuration file
          directories: src tests #list of directories to check (optional)

Reason for making

About

Implementation easy-coding-standard for GitHub Actions

Resources

Stars

Watchers

Forks

Packages

No packages published