Skip to content

feat: add new patterns to lithology collection #21

feat: add new patterns to lithology collection

feat: add new patterns to lithology collection #21

Workflow file for this run

name: Checks
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
verify-pr:
name: Verify the PR standards
runs-on: ubuntu-latest
steps:
- uses: jef/conventional-commits-pr-action@v1
with:
comment: true
token: ${{ secrets.GITHUB_TOKEN }}