Compare commits

...

No commits in common. "97e3064613bc0e38e84ac0afb74f1a391ea18fd3" and "acd1a926ab8e590d059f39bbac07757304037a65" have entirely different histories.

4 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
labels:
backend: local
pipeline:
steps:
- name: pre-commit check
image: bash
commands:
@ -19,15 +19,15 @@ pipeline:
- name: notify
image: bash
secrets:
- source: matrix_roomid
target: room
- source: matrix_username
target: user
- source: matrix_password
target: pass
- source: matrix_homeserver
target: address
environment:
ADDRESS:
from_secret: matrix_homeserver
ROOM:
from_secret: matrix_roomid
USER:
from_secret: matrix_username
PASS:
from_secret: matrix_password
commands:
- nix run github:ambroisie/matrix-notifier
when:

View file

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-blueprint"
description = "Blueprint grammar for the tree-sitter parsing library"
version = "0.1.2"
version = "0.1.0"
keywords = ["incremental", "parsing", "android", "blueprint"]
categories = ["parsing", "text-editors"]
repository = "https://git.belanyi.fr/ambroisie/tree-sitter-blueprint"

View file

@ -43,7 +43,7 @@
let
pkgs = import nixpkgs {
inherit system;
overlays = [ ];
overlays = [ self.overlays.default ];
};
bump-version = pkgs.writeShellScriptBin "bump-version" ''

View file

@ -1,6 +1,6 @@
{
"name": "tree-sitter-blueprint",
"version": "0.1.2",
"version": "0.1.0",
"description": "Blueprint grammar for tree-sitter",
"main": "bindings/node",
"keywords": [