Skip to content

fix(og): map 'foreign beer' category to international-beer API endpoint #26

fix(og): map 'foreign beer' category to international-beer API endpoint

fix(og): map 'foreign beer' category to international-beer API endpoint #26

Workflow file for this run

name: PR Lint
on:
pull_request:
types:
- opened
- edited
- reopened
permissions:
pull-requests: read
jobs:
lint-pr:
# Release PRs use "Release X.Y.Z" titles which are not conventional commits
if: github.head_ref != 'release/next'
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}