Skip to content

Bump @babel/traverse from 7.13.13 to 7.23.2 #277

Bump @babel/traverse from 7.13.13 to 7.23.2

Bump @babel/traverse from 7.13.13 to 7.23.2 #277

Workflow file for this run

# Copyright (C) 2020 Really Awesome Technology Ltd
#
# This file is part of RACTF.
#
# RACTF is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# RACTF is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with RACTF. If not, see <https:#www.gnu.org/licenses/>.
name: Lint
on:
push:
branches-ignore:
- master
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: true
- uses: pnpm/[email protected]
with:
version: 6.20.3
- name: Use Node.js 14
uses: actions/setup-node@v1
with:
node-version: 14.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile --shamefully-hoist
- name: Run Build
run: pnpm run lint