Skip to content

Bump rollup from 2.38.5 to 3.29.5 #277

Bump rollup from 2.38.5 to 3.29.5

Bump rollup from 2.38.5 to 3.29.5 #277

Workflow file for this run

name: Format
on: pull_request
jobs:
format:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Format
run: yarn install; yarn format
- name: Push changes
uses: kristoferbaxter/github-push-action@master
with:
force: true
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}