Skip to content

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#106) #74

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#106)

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#106) #74

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- uses: ipfs/aegir/actions/bundle-size@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}