Skip to content

Merge pull request #9 from BitFinding/dev/bump #25

Merge pull request #9 from BitFinding/dev/bump

Merge pull request #9 from BitFinding/dev/bump #25

Workflow file for this run

name: Cargo Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Solc
run: |
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
- name: Cargo Check
run: cargo check --verbose