Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
chore(template): sync with ahmadnassri/template-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Feb 28, 2021
1 parent 9b8f29b commit 718a00d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
# ----------------------------------------------------------- #
# Note: this file originates in ahmadnassri/template-template #
# ----------------------------------------------------------- #

name: commit-lint

on: [push, pull_request]

jobs:
deduplicate:
timeout-minutes: 5

runs-on: ubuntu-latest

# run on external PRs, but not on our internal PRs
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

steps:
- run: echo ::info ::de-duplicate ran successfully

commit-lint:
timeout-minutes: 5

needs: deduplicate

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 718a00d

Please sign in to comment.