Skip to content

chore: bump continuousauth/npm to 2.1.0 (main) #71

chore: bump continuousauth/npm to 2.1.0 (main)

chore: bump continuousauth/npm to 2.1.0 (main) #71

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag: v3.3.0
- name: Setup Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # tag: v3.6.0
with:
node-version: 18.x
- name: Lint
run: |
yarn
yarn lint