Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

✨ 1243 make it clearer how to buy tickets in the app (#1249) #2096

✨ 1243 make it clearer how to buy tickets in the app (#1249)

✨ 1243 make it clearer how to buy tickets in the app (#1249) #2096

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Linter check
on:
push:
branches: [main]
pull_request:
branches: [main, stage]
jobs:
linter_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm run lint