ci: update to PRESENT DAY, PRESENT TIME #2313
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 Christina Sørensen | |
# SPDX-License-Identifier: EUPL-1.2 | |
# | |
# SPDX-FileCopyrightText: 2023-2024 Christina Sørensen, eza contributors | |
# SPDX-FileCopyrightText: 2014 Benjamin Sago | |
# SPDX-License-Identifier: MIT | |
name: Conventional Commits | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
conventional-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: webiny/action-conventional-commits@v1.3.0 |