Added New Backend Dual Kawase Blur + Rounded Corners - merged with Ibhagwan
This commit is contained in:
13
.github/workflows/coding-style-pr.yml
vendored
13
.github/workflows/coding-style-pr.yml
vendored
@@ -1,13 +0,0 @@
|
||||
name: coding-style
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: git fetch --depth=1 origin ${{ github.event.pull_request.base.sha }}
|
||||
- uses: yshui/git-clang-format-lint@v1.10
|
||||
with:
|
||||
base: ${{ github.event.pull_request.base.sha }}
|
||||
14
.github/workflows/coding-style.yml
vendored
14
.github/workflows/coding-style.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: coding-style
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- uses: yshui/git-clang-format-lint@v1.10
|
||||
with:
|
||||
base: ${{ github.event.ref }}~1
|
||||
Reference in New Issue
Block a user