Skip to content

Update dependency rollup to v2.79.2 [SECURITY] #278

Update dependency rollup to v2.79.2 [SECURITY]

Update dependency rollup to v2.79.2 [SECURITY] #278

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 }}