Skip to content

Bump @babel/preset-react from 7.18.6 to 7.22.15 #49

Bump @babel/preset-react from 7.18.6 to 7.22.15

Bump @babel/preset-react from 7.18.6 to 7.22.15 #49

Workflow file for this run

---
#################################
#################################
name: Linter
on:
pull_request:
branches: [main]
jobs:
build:
name: Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper
# list of changed files within `super-linter`
fetch-depth: 0
- name: Linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}