Skip to content

tyhal/crie-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crie GitHub Action

A straightforward meta-linter GitHub Action that covers all programming languages, making static analysis accessible for development teams.

Usage

Add this action to your GitHub workflow:

name: Code Quality
on: [push, pull_request]

jobs:
  lint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: tyhal/crie@main

Repository

Find the source code and contribute at: https://github.com/tyhal/crie

About

A github action for the crie tool

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors