Skip to content

Bump serde_json from 1.0.111 to 1.0.113 #350

Bump serde_json from 1.0.111 to 1.0.113

Bump serde_json from 1.0.111 to 1.0.113 #350

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v15
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v10
with:
name: hacknews-hack-server
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
# - run: nix build
- run: nix flake check