Skip to content

feat: Consent modal doesn't show hyperlink (even though it has one) #9

feat: Consent modal doesn't show hyperlink (even though it has one)

feat: Consent modal doesn't show hyperlink (even though it has one) #9

name: Frontend Test
on:
pull_request:
branches:
- "main"
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm install
- run: npm run grammar
- run: npm run build
- run: npm run lint
- run: npm run test
env:
CI: true