forked from hugo-toha/toha
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: hossainemruz <[email protected]>
- Loading branch information
1 parent
8bc6df0
commit 2e61e36
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |