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

Bump idna from 3.4 to 3.7 in /amplify/backend/function/TicketTranslateLambda #18

Bump idna from 3.4 to 3.7 in /amplify/backend/function/TicketTranslateLambda

Bump idna from 3.4 to 3.7 in /amplify/backend/function/TicketTranslateLambda #18

Workflow file for this run

name: Lint
on: [push, pull_request]
permissions:
checks: write
contents: write
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: npm ci
- name: Run linters
uses: wearerequired/lint-action@v2
with:
auto_fix: false # Disable automatic commit on lint issues
eslint: true
prettier: true