support for updating yarn FOD hash #143
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nix formatter checks | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- staging # for bors | |
- trying # for bors | |
jobs: | |
format-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Install Nix | |
uses: cachix/install-nix-action@v22 | |
- name: Run nix formatter tool | |
run: nix fmt -- --fail-on-change |