Skip to content

Commit

Permalink
Merge pull request #58 from toaq/normalize-m
Browse files Browse the repository at this point in the history
Handle m coda in normalize
  • Loading branch information
uakci authored Jul 17, 2024
2 parents ecf7896 + 5296c8a commit 03d7a23
Show file tree
Hide file tree
Showing 11 changed files with 4,762 additions and 409 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Test-build project
on: [push, pull_request, workflow_dispatch]
on:
pull_request:
workflow_dispatch:
push:
branches: [main]

jobs:
build:
Expand Down
38 changes: 28 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-24.05";
flake-utils.url = "github:numtide/flake-utils";
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
nix-npm-buildpackage.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
Loading

0 comments on commit 03d7a23

Please sign in to comment.