mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-15 03:10:07 +08:00
use master branches for actions
This commit is contained in:
6
.github/workflows/clang-format.yml
vendored
6
.github/workflows/clang-format.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Long CI Workflow
|
||||
name: Awesome CI Workflow
|
||||
|
||||
on: [push]
|
||||
# push:
|
||||
@@ -125,8 +125,8 @@ jobs:
|
||||
needs: code_format
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@master
|
||||
- run: pip install cpplint
|
||||
- run: git pull
|
||||
- run: cpplint --filter=-legal --recursive .
|
||||
|
||||
Reference in New Issue
Block a user