fix(config): RailsSessionSecretToken is deprecated
[arvados-formula.git] / .github / workflows / commitlint.yml
1 # -*- coding: utf-8 -*-
2 # vim: ft=yaml
3 ---
4 name: Commitlint
5 'on': [pull_request]
6
7 jobs:
8   lint:
9     runs-on: ubuntu-latest
10     env:
11       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12     steps:
13       - uses: actions/checkout@v2
14         with:
15           fetch-depth: 0
16       - uses: wagoid/commitlint-github-action@v1