Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
remove unused code + update CI workflow (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Achille authored Jun 7, 2022
1 parent cdeb2fd commit 80ef62d
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 696 deletions.
25 changes: 20 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ${{ matrix.label }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand All @@ -36,12 +36,27 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup Go ${{ matrix.go }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '1.18.x'
go-version: 1.18.x

- name: Validate formatting
run: make format

# https://github.com/golangci/golangci-lint/issues/2649
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3

# - uses: actions/setup-go@v3
# with:
# go-version: 1.18.x

# - name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# version: latest
48 changes: 0 additions & 48 deletions internal/bits/fill.go

This file was deleted.

107 changes: 0 additions & 107 deletions internal/bits/fill_test.go

This file was deleted.

46 changes: 0 additions & 46 deletions internal/bits/pack.go

This file was deleted.

Loading

0 comments on commit 80ef62d

Please sign in to comment.