Skip to content

merge develop

merge develop #334

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
SwiftLint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/[email protected]
with:
args: --strict
ESLint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: RUN ESLint
uses: 123FLO321/[email protected]
with:
args: --ext .js --ext .js.mustache --max-warnings=0