Skip to content

Merge branch 'main' into feature/initial-tailwind-support #371

Merge branch 'main' into feature/initial-tailwind-support

Merge branch 'main' into feature/initial-tailwind-support #371

Workflow file for this run

name: Run on every commit
on: [push]
jobs:
commitChecks:
runs-on: ubuntu-latest
steps:
- name: Clone project
uses: actions/checkout@v3
- name: Setup project
uses: ./.github/reusable-actions/setup-project
- name: Run checks
uses: ./.github/reusable-actions/check-project