Skip to content

newer runner & ci split #1

newer runner & ci split

newer runner & ci split #1

Workflow file for this run

name: Continuous Integration - partial testing
on:
push:
pull_request:
jobs:
formatting-and-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
- name: Format code
run: scarb fmt --check
- name: Run tests
run: scarb test