Skip to content

Bump http from 0.2.11 to 1.1.0 #355

Bump http from 0.2.11 to 1.1.0

Bump http from 0.2.11 to 1.1.0 #355

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