Skip to content

Fix cookie blockers make sites unusable (#30) #101

Fix cookie blockers make sites unusable (#30)

Fix cookie blockers make sites unusable (#30) #101

Workflow file for this run

name: Code analysis checks
on: [push]
jobs:
codeanalysis:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
# node setup
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Linting
run: make lint