Skip to content

Commit

Permalink
Merge branch 'master' into use_makefile_instead_of_bash_script_for_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Jun 3, 2023
2 parents 96c4768 + ccce22c commit c9ec7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: lint
run: make lint
- name: unit
Expand Down

0 comments on commit c9ec7ec

Please sign in to comment.