Skip to content

Commit

Permalink
Uncomment auto-prefixer workflow
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz committed Apr 1, 2021
1 parent 8bc6df0 commit 2e61e36
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/autoprefixer.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# name: Autoprefixer
# on:
# push:
# branches:
# - main
# jobs:
# autoprefixer:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout to latest commit
# uses: actions/[email protected]
name: Autoprefixer
on:
push:
branches:
- main
jobs:
autoprefixer:
runs-on: ubuntu-latest
steps:
- name: Checkout to latest commit
uses: actions/[email protected]

# - name: Setup Node
# uses: actions/[email protected]
# with:
# node-version: "15.x"
- name: Setup Node
uses: actions/[email protected]
with:
node-version: "15.x"

# - name: Run autoprefixer
# run: |
# npm install postcss-cli autoprefixer --save-dev
# npm run autoprefixer
- name: Run autoprefixer
run: |
npm install postcss-cli autoprefixer --save-dev
npm run autoprefixer
# - name: Create Pull Request
# uses: peter-evans/[email protected]
# with:
# branch: autoprefixer
# branch-suffix: timestamp
# commit-message: add vendor specific css prefixes
# title: "Update and run autoprefixer"
# body: |
# This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes.
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
branch: autoprefixer
branch-suffix: timestamp
commit-message: add vendor specific css prefixes
title: "Update and run autoprefixer"
body: |
This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes.
# >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
# labels: "enhancement,automerge"
# reviewers: hossainemruz
>This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
labels: "enhancement,automerge"
reviewers: hossainemruz

0 comments on commit 2e61e36

Please sign in to comment.