Skip to content

Commit

Permalink
bump to 0.18v (#38)
Browse files Browse the repository at this point in the history
* bump to 0.18v

* adjust to updated versions

* order correctly

* once again order it correctly

* don't provide the provider

* comment out format on save

* Fix CI and apply comment

* Up the rust version

---------

Co-authored-by: green <xgreenx9999@gmail.com>
  • Loading branch information
leviathanbeak and xgreenx authored Jul 18, 2023
1 parent 4f8dd7d commit f27089f
Show file tree
Hide file tree
Showing 8 changed files with 894 additions and 1,077 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
RUST_VERSION: 1.67.0
RUST_VERSION: 1.68.0

jobs:
cancel-previous-runs:
Expand All @@ -39,18 +39,18 @@ jobs:
version: "0.1"
- name: Run Cargo.toml linter
run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint
- name: Notify if Job Fails
uses: ravsamhq/notify-slack-action@v2
if: always() && github.ref == 'refs/heads/master'
with:
status: ${{ job.status }}
token: ${{ secrets.GITHUB_TOKEN }}
notification_title: '{workflow} has {status_message}'
message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}> : <{run_url}|View Run Results>'
footer: ''
notify_when: 'failure'
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
# - name: Notify if Job Fails
# uses: ravsamhq/notify-slack-action@v2
# if: always() && github.ref == 'refs/heads/master'
# with:
# status: ${{ job.status }}
# token: ${{ secrets.GITHUB_TOKEN }}
# notification_title: '{workflow} has {status_message}'
# message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}> : <{run_url}|View Run Results>'
# footer: ''
# notify_when: 'failure'
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

cargo-fmt-check:
needs: cancel-previous-runs
Expand Down Expand Up @@ -158,15 +158,15 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Notify if Job Fails
uses: ravsamhq/notify-slack-action@v2
if: always()
with:
status: ${{ job.status }}
token: ${{ secrets.GITHUB_TOKEN }}
notification_title: '{workflow} has {status_message}'
message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}> : <{run_url}|View Run Results>'
footer: ''
notify_when: 'failure'
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
# - name: Notify if Job Fails
# uses: ravsamhq/notify-slack-action@v2
# if: always()
# with:
# status: ${{ job.status }}
# token: ${{ secrets.GITHUB_TOKEN }}
# notification_title: '{workflow} has {status_message}'
# message_format: '{emoji} *{workflow}* {status_message} in <{repo_url}|{repo}> : <{run_url}|View Run Results>'
# footer: ''
# notify_when: 'failure'
# env:
# SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
Loading

0 comments on commit f27089f

Please sign in to comment.