Skip to content

feat(data): adding new type tokens to support step flow changes #460

feat(data): adding new type tokens to support step flow changes

feat(data): adding new type tokens to support step flow changes #460

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install
run: yarn install --frozen-lockfile
# Install your linters here
- name: Run linters
uses: wearerequired/lint-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
eslint: true
auto_fix: true
git_name: github-actions[bot]
git_email: github-actions[bot]@users.noreply.github.com