Skip to content

[Chore] rename bunch of files by removing postfix Extension #1660

[Chore] rename bunch of files by removing postfix Extension

[Chore] rename bunch of files by removing postfix Extension #1660

Workflow file for this run

name: Linting
on: [push]
jobs:
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Install dependencies
run: npm install
- name: Run ESLint
run: npx eslint .