Skip to content

chore(deps): Bump hostinger/fireactions from 0.2.5 to 0.2.6 in /ubuntu22.04 #22

chore(deps): Bump hostinger/fireactions from 0.2.5 to 0.2.6 in /ubuntu22.04

chore(deps): Bump hostinger/fireactions from 0.2.5 to 0.2.6 in /ubuntu22.04 #22

Workflow file for this run

---
name: lint-pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}