generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
33 lines (28 loc) · 1008 Bytes
/
nim-lint.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Nim (lint)
on: [pull_request]
jobs:
nimlint:
name: runner / nimlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: nimlint-github-pr-review
uses: jiro4989/nimlint-action@master
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review # Change reporter.
src: 'tests/*.nim'
# https://github.com/jiro4989/nimlint-action/runs/386572003
# - name: nimlint-github-pr-check
# uses: jiro4989/nimlint-action@master
# with:
# github_token: ${{ secrets.github_token }}
# reporter: github-pr-check # Change reporter.
# src: 'tests/*.nim'
# https://github.com/jiro4989/nimlint-action/runs/386565471
# - name: nimlint-github-check
# uses: jiro4989/nimlint-action@master
# with:
# github_token: ${{ secrets.github_token }}
# reporter: github-check # Change reporter.
# src: 'tests/*.nim'