Skip to content

Bump eslint-plugin-jest from 27.4.0 to 27.4.2 #77

Bump eslint-plugin-jest from 27.4.0 to 27.4.2

Bump eslint-plugin-jest from 27.4.0 to 27.4.2 #77

Workflow file for this run

name: Licensed
on:
push:
branches:
- mainw
paths-ignore:
- "**.md"
- "docs/**"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci --legacy-peer-deps
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status