https://github.com/achrafelkhnissi/1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
https://github.com/achrafelkhnissi/1337-norm-checker
1337 1337cursus 1337school 42 42-school 42born2code 42cursus 42madrid 42paris 42projects 42seoul 42sp norminette
Last synced: 9 months ago
JSON representation
The norminette checker is a tool that helps you find norm errors in your C files.
- Host: GitHub
- URL: https://github.com/achrafelkhnissi/1337-norm-checker
- Owner: achrafelkhnissi
- Created: 2023-01-30T19:52:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T08:05:46.000Z (over 2 years ago)
- Last Synced: 2025-02-24T10:03:41.752Z (9 months ago)
- Topics: 1337, 1337cursus, 1337school, 42, 42-school, 42born2code, 42cursus, 42madrid, 42paris, 42projects, 42seoul, 42sp, norminette
- Language: Dockerfile
- Homepage: https://www.linkedin.com/in/achrafelkhnissi/
- Size: 8.79 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1337 Norm Checker
This action will check if the student/user code comply with the norminette rules.
## Usage
- In your Github repository create a `.yml` file under the directory `.github/workflows/.yml`
- Or use the following command to create it in your local repository:
```sh
mkdir -p .github/workflows/norm-checker.yml
```
- Finally paste the bellow yml code in your the previously creaed file.
- Now your code is going to be automatically checked whenever you push it to your github repo.
## Examples
Here's an example of a workflow that uses the norm checker action. The workflow is triggered by a 'PUSH'
```yaml
name: Norm Checker
on: [push]
jobs:
build:
name: Checking Norm Errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: achrafelkhnissi/1337-norm-checker@v1.0
```
## Author
- [`@achrafelkhnissi`]() | Software Engineer Student
> Reach out to me if you need any help or have any questions.