Skip to content

Fix key attribute of list elements not accounting for deleted entries #72

Fix key attribute of list elements not accounting for deleted entries

Fix key attribute of list elements not accounting for deleted entries #72

Workflow file for this run

name: Minify Workflow
on:
pull_request:
branches: [master]
paths:
- "lib/ListExtender.js"
push:
branches: [master]
paths:
- "lib/ListExtender.js"
jobs:
build:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/[email protected]
with:
directory: "lib"
# Auto commits minified files to the repository
# Ignore it if you don't want to commit the files to the repository
- name: Auto committing minified files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Github Action: Auto Minified JS and CSS files"
branch: ${{ github.ref }}