Skip to content

Bump eslint from 8.50.0 to 8.52.0 (#102) #70

Bump eslint from 8.50.0 to 8.52.0 (#102)

Bump eslint from 8.50.0 to 8.52.0 (#102) #70

Workflow file for this run

name: Push new version to dist branch
on:
push:
branches:
- main
# pull_request:
# branches:
# - main
jobs:
deploy:
name: Push
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3.1.0
with:
node-version: 16.x
- name: yarn install and build
run: |
yarn
yarn build:local
- name: Push new version
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Built new version